Searched refs:BlockTypeImmediate (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 211 struct BlockTypeImmediate { struct 217 inline BlockTypeImmediate(const WasmFeatures& enabled, Decoder* decoder, in BlockTypeImmediate() argument 971 inline bool Complete(BlockTypeImmediate<validate>& imm) { in Complete() 980 inline bool Validate(BlockTypeImmediate<validate>& imm) { in Validate() 1024 BlockTypeImmediate<validate> imm(kAllWasmFeatures, decoder, pc); in OpcodeLength() 1451 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_); in DecodeFunctionBody() 1480 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_); in DecodeFunctionBody() 1533 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_); in DecodeFunctionBody() 1544 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_); in DecodeFunctionBody() 2061 void SetBlockType(Control* c, BlockTypeImmediate<validate>& imm) { in SetBlockType()
|
D | wasm-text.cc | 103 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in PrintWasmText()
|
D | wasm-interpreter.cc | 795 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in SideTable() 811 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in SideTable() 2149 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, in Execute() 2155 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, in Execute() 2161 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, in Execute()
|
D | function-body-decoder.cc | 1010 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in PrintRawWasmCode()
|