![]() |
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) |
Public Member Functions inherited from v8::internal::compiler::Assessment | |
| AssessmentKind | kind () const |
Public Member Functions inherited from v8::internal::ZoneObject | |
| 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 | |
Protected Member Functions inherited from v8::internal::compiler::Assessment | |
| Assessment (AssessmentKind kind) | |
Protected Attributes inherited from v8::internal::compiler::Assessment | |
| AssessmentKind | kind_ |
Definition at line 74 of file register-allocator-verifier.h.