Searched refs:kExprTableSwitch (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/mjsunit/wasm/ |
D | wasm-constants.js | 49 var kExprTableSwitch = 0x08; variable
|
/external/v8/src/wasm/ |
D | ast-decoder.cc | 392 case kExprTableSwitch: { in DecodeFunctionBody() 807 case kExprTableSwitch: { in Reduce() 1504 case kExprTableSwitch: { in OpcodeLength() 1563 case kExprTableSwitch: { in OpcodeArity()
|
D | wasm-macro-gen.h | 37 kExprTableSwitch, static_cast<byte>(case_count), \
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 1785 static byte code[] = {kExprTableSwitch, 0, 0, 0, 0}; in TEST_F() 1791 static byte code[] = {kExprTableSwitch, 0, 0, 0, 0, kExprI8Const, 11}; in TEST_F()
|