Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/wasm/
Dwasm-constants.js137 var kExprBrIf = 0x07; variable
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc43 val, WASM_ZERO, kExprBrIf, ARITY_1, static_cast<byte>(depth)
1881 EXPECT_LENGTH(3, kExprBrIf); in TEST_F()
1899 EXPECT_LENGTH(3, kExprBrIf); in TEST_F()
2112 EXPECT_ARITY(1, kExprBrIf); in TEST_F()
2116 EXPECT_ARITY(2, kExprBrIf, ARITY_1); in TEST_F()
2144 EXPECT_ARITY(2, kExprBrIf, ARITY_1); in TEST_F()
2148 EXPECT_ARITY(1, kExprBrIf, ARITY_0); in TEST_F()
2158 EXPECT_ARITY(2, kExprBrIf, ARITY_1); in TEST_F()
2162 EXPECT_ARITY(1, kExprBrIf, ARITY_0); in TEST_F()
/external/v8/src/wasm/
Dast-decoder.cc295 case kExprBrIf: { in OpcodeArity()
354 case kExprBrIf: { in OpcodeLength()
783 case kExprBrIf: { in DecodeFunctionBody()
1629 case kExprBrIf: { in PrintAst()
Dwasm-macro-gen.h77 cond, kExprBrIf, ARITY_0, static_cast<byte>(depth)
80 val, cond, kExprBrIf, ARITY_1, static_cast<byte>(depth)
Dwasm-interpreter.cc810 case kExprBrIf: { in ControlTransfers()
1269 case kExprBrIf: { in Execute()
/external/v8/
DChangeLog3844 [wasm] Put the condition last in kExprBrIf (Chromium issue 575167).