Lines Matching refs:Decoder
24 HeapType consume_heap_type(Decoder* decoder, const WasmModule* module, in consume_heap_type()
27 HeapType result = value_type_reader::read_heap_type<Decoder::kFullValidation>( in consume_heap_type()
39 WasmDecoder<Decoder::kFullValidation> decoder( in DecodeLocalDecls()
56 : Decoder(start, end) { in BytecodeIterator()
70 WasmFullDecoder<Decoder::kFullValidation, EmptyInterface> decoder( in VerifyWasmCode()
81 WasmDecoder<Decoder::kNoValidation> decoder( in OpcodeLength()
84 return WasmDecoder<Decoder::kNoValidation>::OpcodeLength(&decoder, pc); in OpcodeLength()
94 WasmDecoder<Decoder::kNoValidation> decoder( in StackEffect()
143 WasmDecoder<Decoder::kNoValidation> decoder( in PrintRawWasmCode()
193 WasmDecoder<Decoder::kNoValidation>::OpcodeLength(&decoder, i.pc()); in PrintRawWasmCode()
228 value_type_reader::read_value_type<Decoder::kNoValidation>( in PrintRawWasmCode()
264 BlockTypeImmediate<Decoder::kNoValidation> imm(WasmFeatures::All(), &i, in PrintRawWasmCode()
279 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
284 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
289 BranchTableImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
294 CallIndirectImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
301 CallFunctionImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode()
322 WasmDecoder<Decoder::kFullValidation> decoder( in AnalyzeLoopAssignmentForTesting()
324 return WasmDecoder<Decoder::kFullValidation>::AnalyzeLoopAssignment( in AnalyzeLoopAssignmentForTesting()