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_SETUP(name, type, number) L##name::SetUpCache(); |
#define | LITHIUM_OPERAND_TEARDOWN(name, type, number) L##name::TearDownCache(); |
Functions | |
int | StackSlotOffset (int index) |
#define LITHIUM_OPERAND_SETUP | ( | name, | |
type, | |||
number | |||
) | L##name::SetUpCache(); |
Referenced by LOperand::SetUpCaches().
#define LITHIUM_OPERAND_TEARDOWN | ( | name, | |
type, | |||
number | |||
) | L##name::TearDownCache(); |
Referenced by LOperand::TearDownCaches().