Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc141 CASE_OP(BrIf, "br_if") in OpcodeName()
Dwasm-opcodes.h42 V(BrIf, 0x0d, _) \
Dfunction-body-decoder-impl.h638 F(BrIf, const Value& cond, Control* target) \
1645 CALL_INTERFACE(BrIf, cond, c); in DecodeFunctionBody()
Dfunction-body-decoder.cc299 void BrIf(FullDecoder* decoder, const Value& cond, Control* target) { in BrIf() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1224 void BrIf(FullDecoder* decoder, const Value& cond, Control* target) { in BrIf() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler