![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| UseInterval (LifetimePosition start, LifetimePosition end) | |
| LifetimePosition | start () const |
| void | set_start (LifetimePosition start) |
| LifetimePosition | end () const |
| void | set_end (LifetimePosition end) |
| UseInterval * | next () const |
| void | set_next (UseInterval *next) |
| UseInterval * | SplitAt (LifetimePosition pos, Zone *zone) |
| LifetimePosition | Intersect (const UseInterval *other) const |
| bool | Contains (LifetimePosition point) const |
| int | FirstGapIndex () const |
| int | LastGapIndex () 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) |
Definition at line 174 of file register-allocator.h.