Home
last modified time | relevance | path

Searched refs:BranchTableImmediate (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc289 BranchTableImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
H A Dfunction-body-decoder-impl.h602 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 Dgraph-builder-interface.cc554 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2710 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm,

Completed in 20 milliseconds