![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| SpillRange (TopLevelLiveRange *range, Zone *zone) | |
| UseInterval * | interval () const |
| bool | IsEmpty () const |
| bool | TryMerge (SpillRange *other) |
| bool | HasSlot () const |
| void | set_assigned_slot (int index) |
| int | assigned_slot () |
| const ZoneVector< TopLevelLiveRange * > & | live_ranges () const |
| ZoneVector< TopLevelLiveRange * > & | live_ranges () |
| int | byte_width () const |
| void | Print () 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 Attributes | |
| static const int | kUnassignedSlot = -1 |
Definition at line 667 of file register-allocator.h.