Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h211 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()
Dwasm-text.cc103 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in PrintWasmText()
Dwasm-interpreter.cc795 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()
Dfunction-body-decoder.cc1010 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in PrintRawWasmCode()