Searched refs:BranchTableImmediate (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-text.cc | 128 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
|
D | function-body-decoder-impl.h | 343 struct BranchTableImmediate { struct 347 inline BranchTableImmediate(Decoder* decoder, const byte* pc) { in BranchTableImmediate() argument 380 const BranchTableImmediate<validate>& imm) in BranchTableIterator() 639 F(BrTable, const BranchTableImmediate<validate>& imm, const Value& key) \ 886 bool Validate(const byte* pc, BranchTableImmediate<validate>& imm, in Validate() 1041 BranchTableImmediate<validate> imm(decoder, pc); in OpcodeLength() 1652 BranchTableImmediate<validate> imm(this, this->pc_); in DecodeFunctionBody()
|
D | function-body-decoder.cc | 309 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable() 1036 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
|
D | wasm-interpreter.cc | 873 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in SideTable() 2207 BranchTableImmediate<Decoder::kNoValidate> imm(&decoder, in Execute()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1274 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable()
|