Searched refs:ExceptionIndexImmediate (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 148 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()
|
D | wasm-text.cc | 154 ExceptionIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
|
D | function-body-decoder.cc | 408 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/ |
D | liftoff-compiler.cc | 1791 void Throw(FullDecoder* decoder, const ExceptionIndexImmediate<validate>&, in Throw() 1796 const ExceptionIndexImmediate<validate>& imm, in CatchException()
|