V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::SpillRange Class Referencefinal
Inheritance diagram for v8::internal::compiler::SpillRange:
v8::internal::ZoneObject

Public Member Functions

 SpillRange (TopLevelLiveRange *range, Zone *zone)
 
UseIntervalinterval () 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
 

Detailed Description

Definition at line 667 of file register-allocator.h.


The documentation for this class was generated from the following files: