![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
PendingAssessment (Zone *zone, const InstructionBlock *origin, InstructionOperand operand) | |
const InstructionBlock * | origin () const |
InstructionOperand | operand () const |
bool | IsAliasOf (int vreg) const |
void | AddAlias (int vreg) |
![]() | |
AssessmentKind | kind () const |
![]() | |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Static Public Member Functions | |
static const PendingAssessment * | cast (const Assessment *assessment) |
static PendingAssessment * | cast (Assessment *assessment) |
Additional Inherited Members | |
![]() | |
Assessment (AssessmentKind kind) | |
![]() | |
AssessmentKind | kind_ |
Definition at line 74 of file register-allocator-verifier.h.