Go to the source code of this file.
◆ CASE [1/4]
◆ CASE [2/4]
#define CASE |
( |
| name, |
|
|
| operand_count ) |
◆ CASE [3/4]
#define CASE |
( |
| name, |
|
|
| operand_count ) |
Value: static_assert(operand_count <= kMaxTranslationOperandCount);
Definition at line 68 of file translation-opcode.h.
◆ CASE [4/4]
#define CASE |
( |
| name, |
|
|
| ... ) |
◆ PLUS_ONE
◆ TRANSLATION_FRAME_OPCODE_LIST
#define TRANSLATION_FRAME_OPCODE_LIST |
( |
| V | ) |
|
Value: V(CONSTRUCT_CREATE_STUB_FRAME, 2) \
V(CONSTRUCT_INVOKE_STUB_FRAME, 1) \
V(BUILTIN_CONTINUATION_FRAME, 3) \
IF_WASM(
V, JS_TO_WASM_BUILTIN_CONTINUATION_FRAME, 4) \
IF_WASM(
V, WASM_INLINED_INTO_JS_FRAME, 3) \
IF_WASM(
V, LIFTOFF_FRAME, 3) \
V(INLINED_EXTRA_ARGUMENTS, 3)
Definition at line 20 of file translation-opcode.h.
◆ TRANSLATION_JS_FRAME_OPCODE_LIST
#define TRANSLATION_JS_FRAME_OPCODE_LIST |
( |
| V | ) |
|
Value: V(INTERPRETED_FRAME_WITH_RETURN, 6) \
V(INTERPRETED_FRAME_WITHOUT_RETURN, 4) \
V(JAVASCRIPT_BUILTIN_CONTINUATION_FRAME, 3) \
V(JAVASCRIPT_BUILTIN_CONTINUATION_WITH_CATCH_FRAME, 3)
Definition at line 14 of file translation-opcode.h.
◆ TRANSLATION_OPCODE_LIST
#define TRANSLATION_OPCODE_LIST |
( |
| V | ) |
|