![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
PhiMapValue (PhiInstruction *phi, const InstructionBlock *block, Zone *zone) | |
const PhiInstruction * | phi () const |
const InstructionBlock * | block () const |
int | assigned_register () const |
void | set_assigned_register (int register_code) |
void | UnsetAssignedRegister () |
void | AddOperand (InstructionOperand *operand) |
void | CommitAssignment (const InstructionOperand &operand) |
![]() | |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Definition at line 711 of file register-allocator.h.