Searched refs:BlockTypeImmediate (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder.cc | 264 BlockTypeImmediate<Decoder::kNoValidation> imm(WasmFeatures::All(), &i, in PrintRawWasmCode()
|
H A D | function-body-decoder-impl.h | 520 struct BlockTypeImmediate { struct 526 BlockTypeImmediate(const WasmFeatures& enabled, Decoder* decoder, in BlockTypeImmediate() function 1209 BlockTypeImmediate<validate> imm(WasmFeatures::All(), decoder, pc + 1, in AnalyzeLoopAssignment() 1435 bool Validate(const byte* pc, BlockTypeImmediate<validate>& imm) { in Validate() 1592 BlockTypeImmediate<validate> imm(WasmFeatures::All(), decoder, pc + 1, in OpcodeLength() 1616 BlockTypeImmediate<validate> imm(WasmFeatures::All(), decoder, pc + 1, in OpcodeLength() 2580 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1, in DECODE() 2619 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1, in DECODE() 2797 BlockTypeImmediate<validate> imm(this->enabled_, this, this->pc_ + 1, in DECODE() 2824 BlockTypeImmediate<validat in DECODE() [all...] |
Completed in 7 milliseconds