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
LDoubleStackSlot Class Reference

#include <lithium.h>

Inheritance diagram for LDoubleStackSlot:
Collaboration diagram for LDoubleStackSlot:

Static Public Member Functions

static LDoubleStackSlotCreate (int index, Zone *zone)
 
static LDoubleStackSlotcast (LOperand *op)
 
static void SetUpCache ()
 
static void TearDownCache ()
 
- Static Public Member Functions inherited from LOperand
static void SetUpCaches ()
 
static void TearDownCaches ()
 

Additional Inherited Members

- Public Types inherited from LOperand
enum  Kind {
  INVALID, UNALLOCATED, CONSTANT_OPERAND, STACK_SLOT,
  DOUBLE_STACK_SLOT, REGISTER, DOUBLE_REGISTER, ARGUMENT
}
 
- Public Member Functions inherited from LOperand
 LOperand ()
 
Kind kind () const
 
int index () const
 
bool Equals (LOperand *other) const
 
void PrintTo (StringStream *stream)
 
void ConvertTo (Kind kind, int index)
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 
- Protected Member Functions inherited from LOperand
 LOperand (Kind kind, int index)
 
- Protected Attributes inherited from LOperand
unsigned value_
 
- Static Protected Attributes inherited from LOperand
static const int kKindFieldWidth = 3
 

Detailed Description

Definition at line 324 of file lithium.h.

Member Function Documentation

static LDoubleStackSlot* cast ( LOperand op)
inlinestatic

Definition at line 332 of file lithium.h.

References ASSERT.

static LDoubleStackSlot* Create ( int  index,
Zone zone 
)
inlinestatic

Definition at line 326 of file lithium.h.

References ASSERT, and LOperand::index().

Referenced by LPlatformChunk::GetNextSpillSlot().

static void SetUpCache ( )
static
static void TearDownCache ( )
static

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