Searched refs:BranchDepthImmediate (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder.cc | 279 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode() 284 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
|
H A D | function-body-decoder-impl.h | 570 struct BranchDepthImmediate { struct 573 BranchDepthImmediate(Decoder* decoder, const byte* pc) { in BranchDepthImmediate() function 1357 bool Validate(const byte* pc, BranchDepthImmediate<validate>& imm, in Validate() 1602 BranchDepthImmediate<validate> imm(decoder, pc + 1); in OpcodeLength() 1877 BranchDepthImmediate<validate> imm(decoder, pc + length); in OpcodeLength() 2594 BranchDepthImmediate<validate> imm(this, this->pc_ + 1); in DECODE() 2666 BranchDepthImmediate<validate> imm(this, this->pc_ + 1); in DECODE() 2714 BranchDepthImmediate<validate> imm(this, this->pc_ + 1); in DECODE() 2752 BranchDepthImmediate<validate> imm(this, this->pc_ + 1); in DECODE() 2962 BranchDepthImmediate<validat in DECODE() [all...] |
Completed in 7 milliseconds