Home
last modified time | relevance | path

Searched refs:BreakDepthImmediate (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-text.cc116 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
Dfunction-body-decoder-impl.h293 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()
Dfunction-body-decoder.cc1026 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
1031 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
Dwasm-interpreter.cc859 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()