Home
last modified time | relevance | path

Searched refs:kExprBrIf (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/wasm/
Dwasm-constants.js48 var kExprBrIf = 0x07; variable
/external/v8/src/wasm/
Dwasm-macro-gen.h25 kExprBrIf, static_cast<byte>(depth), cond, kExprNop
28 kExprBrIf, static_cast<byte>(depth), cond, val
Dast-decoder.cc383 case kExprBrIf: { in DecodeFunctionBody()
787 case kExprBrIf: { in Reduce()
1485 case kExprBrIf: in OpcodeLength()
1542 case kExprBrIf: in OpcodeArity()
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc1985 EXPECT_LENGTH(2, kExprBrIf); in TEST_F()
2006 EXPECT_LENGTH(2, kExprBrIf); in TEST_F()
2215 EXPECT_ARITY(2, kExprBrIf); in TEST_F()
2260 EXPECT_ARITY(2, kExprBrIf); in TEST_F()
2271 EXPECT_ARITY(2, kExprBrIf); in TEST_F()