v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | LOperand |
class | LOperand::KindField |
class | LUnallocated |
class | LUnallocated::PolicyField |
class | LUnallocated::LifetimeField |
class | LUnallocated::VirtualRegisterField |
class | BASE_EMBEDDED< Visitor > |
class | LConstantOperand |
class | LArgument |
class | LStackSlot |
class | LDoubleStackSlot |
class | LRegister |
class | LDoubleRegister |
class | LParallelMove |
class | LPointerMap |
class | LEnvironment |
class | BASE_EMBEDDED< Visitor > |
class | BASE_EMBEDDED< Visitor > |
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | LITHIUM_OPERAND_LIST(V) |
#define | LITHIUM_OPERAND_PREDICATE(name, type) bool Is##name() const { return kind() == type; } |
Functions | |
int | ElementsKindToShiftSize (ElementsKind elements_kind) |
#define LITHIUM_OPERAND_LIST | ( | V | ) |
Definition at line 38 of file lithium.h.
Referenced by LOperand::SetUpCaches(), and LOperand::TearDownCaches().