![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| int | value () const |
| int | ToInstructionIndex () const |
| bool | IsStart () const |
| bool | IsEnd () const |
| bool | IsFullStart () const |
| bool | IsGapPosition () const |
| bool | IsInstructionPosition () const |
| LifetimePosition | Start () const |
| LifetimePosition | FullStart () const |
| LifetimePosition | End () const |
| LifetimePosition | NextStart () const |
| LifetimePosition | NextFullStart () const |
| LifetimePosition | PrevStart () const |
| bool | IsValid () const |
| bool | operator< (const LifetimePosition &that) const |
| bool | operator<= (const LifetimePosition &that) const |
| bool | operator== (const LifetimePosition &that) const |
| bool | operator!= (const LifetimePosition &that) const |
| bool | operator> (const LifetimePosition &that) const |
| bool | operator>= (const LifetimePosition &that) const |
| void | Print () const |
Static Public Member Functions | |
| static LifetimePosition | GapFromInstructionIndex (int index) |
| static LifetimePosition | InstructionFromInstructionIndex (int index) |
| static bool | ExistsGapPositionBetween (LifetimePosition pos1, LifetimePosition pos2) |
| static LifetimePosition | Invalid () |
| static LifetimePosition | MaxPosition () |
| static LifetimePosition | FromInt (int value) |
Definition at line 35 of file register-allocator.h.