Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.cc283 case kExprBrIf: { in PrintRawWasmCode()
Dfunction-body-decoder-impl.h1598 case kExprBrIf:
1960 case kExprBrIf:
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc1172 current_function_builder_->EmitWithU8(kExprBrIf, 1); in WhileStatement()
1203 current_function_builder_->EmitWithU8(kExprBrIf, 1); in DoStatement()
1238 current_function_builder_->EmitWithU8(kExprBrIf, 2); in ForStatement()
1339 current_function_builder_->EmitWithI32V(kExprBrIf, table_pos++); in SwitchStatement()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js199 let kExprBrIf = 0x0d; variable
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc1719 if ((decoder->lookahead(1, kExprBrIf) || in UnOp()
1856 if ((decoder->lookahead(1, kExprBrIf) || decoder->lookahead(1, kExprIf)) && in EmitI32CmpOp()