v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | LITHIUM_OPERAND_LIST(V) |
#define | LITHIUM_OPERAND_PREDICATE(name, type, number) bool Is##name() const { return kind() == type; } |
#define | LITHIUM_TYPEDEF_SUBKIND_OPERAND_CLASS(name, type, number) typedef LSubKindOperand<LOperand::type, number> L##name; |
Enumerations | |
enum | NumberUntagDMode { NUMBER_CANDIDATE_IS_SMI, NUMBER_CANDIDATE_IS_ANY_TAGGED } |
Functions | |
int | StackSlotOffset (int index) |
#define LITHIUM_OPERAND_LIST | ( | V | ) |
Definition at line 38 of file lithium.h.
Referenced by LOperand::SetUpCaches(), and LOperand::TearDownCaches().