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

#include <register-allocator.h>

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

Public Member Functions

 LiveRangeConnector (RegisterAllocationData *data)
 
 LiveRangeConnector (const LiveRangeConnector &)=delete
 
LiveRangeConnectoroperator= (const LiveRangeConnector &)=delete
 
void ConnectRanges (Zone *local_zone)
 
void ResolveControlFlow (Zone *local_zone)
 
- 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
 
Zonecode_zone () const
 
bool CanEagerlyResolveControlFlow (const InstructionBlock *block) const
 
int ResolveControlFlow (const InstructionBlock *block, const InstructionOperand &cur_op, const InstructionBlock *pred, const InstructionOperand &pred_op)
 
void CommitSpillsInDeferredBlocks (TopLevelLiveRange *range, Zone *temp_zone)
 

Private Attributes

RegisterAllocationData *const data_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ LiveRangeConnector() [1/2]

v8::internal::compiler::LiveRangeConnector::LiveRangeConnector ( RegisterAllocationData * data)
explicit

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

◆ LiveRangeConnector() [2/2]

v8::internal::compiler::LiveRangeConnector::LiveRangeConnector ( const LiveRangeConnector & )
delete

Member Function Documentation

◆ CanEagerlyResolveControlFlow()

bool v8::internal::compiler::LiveRangeConnector::CanEagerlyResolveControlFlow ( const InstructionBlock * block) const
private

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

Here is the caller graph for this function:

◆ code()

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

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

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

◆ code_zone()

Zone * v8::internal::compiler::LiveRangeConnector::code_zone ( ) const
inlineprivate

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

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

◆ CommitSpillsInDeferredBlocks()

void v8::internal::compiler::LiveRangeConnector::CommitSpillsInDeferredBlocks ( TopLevelLiveRange * range,
Zone * temp_zone )
private

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

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

◆ ConnectRanges()

void v8::internal::compiler::LiveRangeConnector::ConnectRanges ( Zone * local_zone)

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

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

◆ data()

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

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

Here is the caller graph for this function:

◆ operator=()

LiveRangeConnector & v8::internal::compiler::LiveRangeConnector::operator= ( const LiveRangeConnector & )
delete

◆ ResolveControlFlow() [1/2]

int v8::internal::compiler::LiveRangeConnector::ResolveControlFlow ( const InstructionBlock * block,
const InstructionOperand & cur_op,
const InstructionBlock * pred,
const InstructionOperand & pred_op )
private

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

Here is the call graph for this function:

◆ ResolveControlFlow() [2/2]

void v8::internal::compiler::LiveRangeConnector::ResolveControlFlow ( Zone * local_zone)

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

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

Member Data Documentation

◆ data_

RegisterAllocationData* const v8::internal::compiler::LiveRangeConnector::data_
private

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


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