Searched defs:DECLARE_OPCODE_CASE (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 992 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro 1072 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro 1076 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro 1080 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro 1100 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro 1124 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in StackEffect() macro
|