![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
UsePosition (LifetimePosition pos, InstructionOperand *operand, void *hint, UsePositionHintType hint_type) | |
InstructionOperand * | operand () const |
bool | HasOperand () const |
bool | RegisterIsBeneficial () const |
UsePositionType | type () const |
void | set_type (UsePositionType type, bool register_beneficial) |
LifetimePosition | pos () const |
UsePosition * | next () const |
void | set_next (UsePosition *next) |
void | set_assigned_register (int register_code) |
UsePositionHintType | hint_type () const |
bool | HasHint () const |
bool | HintRegister (int *register_code) const |
void | SetHint (UsePosition *use_pos) |
void | ResolveHint (UsePosition *use_pos) |
bool | IsResolved () const |
Static Public Member Functions | |
static UsePositionHintType | HintTypeForOperand (const InstructionOperand &op) |
Definition at line 252 of file register-allocator.h.