v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "hydrogen.h"
#include "lithium-allocator.h"
#include "lithium.h"
#include "safepoint-table.h"
#include "utils.h"
Go to the source code of this file.
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | LITHIUM_CONCRETE_INSTRUCTION_LIST(V) |
#define | DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) |
#define | DECLARE_HYDROGEN_ACCESSOR(type) |
#define | DECLARE_OPCODE(type) k##type, |
#define | DECLARE_PREDICATE(type) bool Is##type() const { return opcode() == k##type; } |
#define | DECLARE_DO(type) LInstruction* Do##type(H##type* node); |
#define DECLARE_CONCRETE_INSTRUCTION | ( | type, | |
mnemonic | |||
) |
Definition at line 181 of file lithium-ia32.h.
#define DECLARE_DO | ( | type | ) | LInstruction* Do##type(H##type* node); |
Definition at line 2398 of file lithium-ia32.h.
#define DECLARE_HYDROGEN_ACCESSOR | ( | type | ) |
Definition at line 191 of file lithium-ia32.h.
#define DECLARE_OPCODE | ( | type | ) | k##type, |
Definition at line 213 of file lithium-ia32.h.
#define DECLARE_PREDICATE | ( | type | ) | bool Is##type() const { return opcode() == k##type; } |
Definition at line 222 of file lithium-ia32.h.
#define LITHIUM_CONCRETE_INSTRUCTION_LIST | ( | V | ) |
Definition at line 43 of file lithium-ia32.h.