Home
last modified time | relevance | path

Searched refs:BUILD_SIMPLE_OPCODE (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2561 #define BUILD_SIMPLE_OPCODE(op, _, sig) \ macro
2563 FOREACH_SIMPLE_NON_CONST_OPCODE(BUILD_SIMPLE_OPCODE)
2564 #undef BUILD_SIMPLE_OPCODE macro
2566 #define BUILD_SIMPLE_OPCODE(op, _, sig) \ macro
2576 FOREACH_SIMPLE_EXTENDED_CONST_OPCODE(BUILD_SIMPLE_OPCODE)
2577 #undef BUILD_SIMPLE_OPCODE macro
3516 #define BUILD_SIMPLE_OPCODE(op, _, sig) DECODE_IMPL(op); in GetOpcodeHandlerTableEntry() macro
3517 FOREACH_SIMPLE_NON_CONST_OPCODE(BUILD_SIMPLE_OPCODE) in GetOpcodeHandlerTableEntry()
3518 #undef BUILD_SIMPLE_OPCODE in GetOpcodeHandlerTableEntry() macro

Completed in 9 milliseconds