Home
last modified time | relevance | path

Searched refs:BranchDepthImmediate (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc279 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
284 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
H A Dfunction-body-decoder-impl.h570 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 8 milliseconds