Searched refs:BranchTableImmediate (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder.cc | 289 BranchTableImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
|
H A D | function-body-decoder-impl.h | 602 struct BranchTableImmediate { struct 606 BranchTableImmediate(Decoder* decoder, const byte* pc) { in BranchTableImmediate() function 629 // length, including the length of the {BranchTableImmediate}, but not the 638 const BranchTableImmediate<validate>& imm) in BranchTableIterator() 959 F(BrTable, const BranchTableImmediate<validate>& imm, const Value& key) \ 1366 bool Validate(const byte* pc, BranchTableImmediate<validate>& imm, in Validate() 1606 BranchTableImmediate<validate> imm(decoder, pc + 1); in OpcodeLength() 2989 BranchTableImmediate<validate> imm(this, this->pc_ + 1); in DECODE()
|
H A D | graph-builder-interface.cc | 554 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2710 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm,
|
Completed in 20 milliseconds