Searched refs:BrTable (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ | ||
D | wasm-opcodes.cc | 142 CASE_OP(BrTable, "br_table") in OpcodeName() |
D | wasm-opcodes.h | 43 V(BrTable, 0x0e, _) \ |
D | function-body-decoder-impl.h | 639 F(BrTable, const BranchTableImmediate<validate>& imm, const Value& key) \ |
D | function-body-decoder.cc | 309 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 1274 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler |