Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc142 CASE_OP(BrTable, "br_table") in OpcodeName()
Dwasm-opcodes.h43 V(BrTable, 0x0e, _) \
Dfunction-body-decoder-impl.h639 F(BrTable, const BranchTableImmediate<validate>& imm, const Value& key) \
1688 CALL_INTERFACE(BrTable, imm, key); in DecodeFunctionBody()
Dfunction-body-decoder.cc309 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1274 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler