Searched refs:BrIf (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ | ||
D | wasm-opcodes.cc | 141 CASE_OP(BrIf, "br_if") in OpcodeName() |
D | wasm-opcodes.h | 42 V(BrIf, 0x0d, _) \ |
D | function-body-decoder-impl.h | 638 F(BrIf, const Value& cond, Control* target) \ |
D | function-body-decoder.cc | 299 void BrIf(FullDecoder* decoder, const Value& cond, Control* target) { in BrIf() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 1224 void BrIf(FullDecoder* decoder, const Value& cond, Control* target) { in BrIf() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler |