v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LifetimePosition Class Reference

#include <lithium-allocator.h>

Public Member Functions

int Value () const
 
int InstructionIndex () const
 
bool IsInstructionStart () const
 
LifetimePosition InstructionStart () const
 
LifetimePosition InstructionEnd () const
 
LifetimePosition NextInstruction () const
 
LifetimePosition PrevInstruction () const
 
 LifetimePosition ()
 
bool IsValid () const
 

Static Public Member Functions

static LifetimePosition FromInstructionIndex (int index)
 
static LifetimePosition Invalid ()
 
static LifetimePosition MaxPosition ()
 

Detailed Description

Definition at line 66 of file lithium-allocator.h.

Constructor & Destructor Documentation

Member Function Documentation

static LifetimePosition FromInstructionIndex ( int  index)
inlinestatic

Definition at line 70 of file lithium-allocator.h.

References LifetimePosition::LifetimePosition().

int InstructionIndex ( ) const
inline

Definition at line 81 of file lithium-allocator.h.

References ASSERT, and LifetimePosition::IsValid().

static LifetimePosition Invalid ( )
inlinestatic
bool IsInstructionStart ( ) const
inline

Definition at line 88 of file lithium-allocator.h.

static LifetimePosition MaxPosition ( )
inlinestatic

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