Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h148 struct ExceptionIndexImmediate { struct
153 inline ExceptionIndexImmediate(Decoder* decoder, const byte* pc) { in ExceptionIndexImmediate() function
659 F(Throw, const ExceptionIndexImmediate<validate>&, Control* block, \
661 F(CatchException, const ExceptionIndexImmediate<validate>& imm, \
819 inline bool Validate(const byte* pc, ExceptionIndexImmediate<validate>& imm) { in Validate()
1030 ExceptionIndexImmediate<validate> imm(decoder, pc); in OpcodeLength()
1469 ExceptionIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody()
1493 ExceptionIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody()
Dwasm-text.cc154 ExceptionIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
Dfunction-body-decoder.cc408 const ExceptionIndexImmediate<validate>& imm) { in GetExceptionTag()
414 void Throw(FullDecoder* decoder, const ExceptionIndexImmediate<validate>& imm, in Throw()
427 const ExceptionIndexImmediate<validate>& imm, in CatchException()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1791 void Throw(FullDecoder* decoder, const ExceptionIndexImmediate<validate>&, in Throw()
1796 const ExceptionIndexImmediate<validate>& imm, in CatchException()