v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::BundleBuilder Class Referencefinal

#include <register-allocator.h>

Inheritance diagram for v8::internal::compiler::BundleBuilder:
Collaboration diagram for v8::internal::compiler::BundleBuilder:

Public Member Functions

 BundleBuilder (RegisterAllocationData *data)
 
void BuildBundles ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Member Functions

RegisterAllocationDatadata () const
 
InstructionSequencecode () const
 

Private Attributes

RegisterAllocationDatadata_
 
int next_bundle_id_ = 0
 

Detailed Description

Definition at line 1450 of file register-allocator.h.

Constructor & Destructor Documentation

◆ BundleBuilder()

v8::internal::compiler::BundleBuilder::BundleBuilder ( RegisterAllocationData * data)
inlineexplicit

Definition at line 1452 of file register-allocator.h.

Member Function Documentation

◆ BuildBundles()

void v8::internal::compiler::BundleBuilder::BuildBundles ( )

Definition at line 2565 of file register-allocator.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ code()

InstructionSequence * v8::internal::compiler::BundleBuilder::code ( ) const
inlineprivate

Definition at line 1458 of file register-allocator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ data()

RegisterAllocationData * v8::internal::compiler::BundleBuilder::data ( ) const
inlineprivate

Definition at line 1457 of file register-allocator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ data_

RegisterAllocationData* v8::internal::compiler::BundleBuilder::data_
private

Definition at line 1459 of file register-allocator.h.

◆ next_bundle_id_

int v8::internal::compiler::BundleBuilder::next_bundle_id_ = 0
private

Definition at line 1460 of file register-allocator.h.


The documentation for this class was generated from the following files: