Searched refs:BreakDepthImmediate (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-text.cc | 116 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
|
D | function-body-decoder-impl.h | 293 struct BreakDepthImmediate { struct 296 inline BreakDepthImmediate(Decoder* decoder, const byte* pc) { in BreakDepthImmediate() argument 877 inline bool Validate(const byte* pc, BreakDepthImmediate<validate>& imm, in Validate() 1002 BreakDepthImmediate<validate> imm(decoder, pc); in OpcodeLength() 1625 BreakDepthImmediate<validate> imm(this, this->pc_); in DecodeFunctionBody() 1638 BreakDepthImmediate<validate> imm(this, this->pc_); in DecodeFunctionBody()
|
D | function-body-decoder.cc | 1026 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode() 1031 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
|
D | wasm-interpreter.cc | 859 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in SideTable() 866 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in SideTable() 2188 BreakDepthImmediate<Decoder::kNoValidate> imm(&decoder, code->at(pc)); in Execute() 2194 BreakDepthImmediate<Decoder::kNoValidate> imm(&decoder, code->at(pc)); in Execute()
|