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

#include <register-allocator.h>

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

Public Member Functions

 OperandAssigner (RegisterAllocationData *data)
 
 OperandAssigner (const OperandAssigner &)=delete
 
OperandAssigneroperator= (const OperandAssigner &)=delete
 
void DecideSpillingMode ()
 
void AssignSpillSlots ()
 
void CommitAssignment ()
 
- 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
 

Private Attributes

RegisterAllocationData *const data_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ OperandAssigner() [1/2]

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

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

◆ OperandAssigner() [2/2]

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

Member Function Documentation

◆ AssignSpillSlots()

void v8::internal::compiler::OperandAssigner::AssignSpillSlots ( )

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

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

◆ CommitAssignment()

void v8::internal::compiler::OperandAssigner::CommitAssignment ( )

Definition at line 4698 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::OperandAssigner::data ( ) const
inlineprivate

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

Here is the caller graph for this function:

◆ DecideSpillingMode()

void v8::internal::compiler::OperandAssigner::DecideSpillingMode ( )

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

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

◆ operator=()

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

Member Data Documentation

◆ data_

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

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


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