Lines Matching refs:pc_
266 pc_ = end_; // On error, terminate section decoding loop. in onFirstError()
308 const byte* pos = pc_; in DecodeModuleHeader()
318 pos = pc_; in DecodeModuleHeader()
430 static_cast<int>(pc_ - start_)); in DecodeTypeSection()
445 static_cast<int>(pc_ - start_)); in DecodeImportSection()
454 const byte* pos = pc_; in DecodeImportSection()
485 error(pc_ - 1, "invalid table type"); in DecodeImportSection()
594 TRACE("DecodeGlobal[%d] module+%d\n", i, static_cast<int>(pc_ - start_)); in DecodeGlobalSection()
610 static_cast<int>(pc_ - start_)); in DecodeExportSection()
696 const byte* pos = pc_; in DecodeStartSection()
709 error(pc_, "The element section requires a table"); in DecodeElementSection()
794 static_cast<int>(pc_ - start_)); in DecodeDataSection()
807 Decoder inner(start_, pc_, end_, buffer_offset_); in DecodeNameSection()
835 static_cast<int>(pc_ - start_)); in DecodeExceptionSection()
895 pc_ = start_; in DecodeSingleFunction()
897 function->code = {off(pc_), static_cast<uint32_t>(end_ - pc_)}; in DecodeSingleFunction()
911 pc_ = start; in DecodeFunctionSignature()
917 pc_ = start; in DecodeInitExpr()
1077 const byte* pos = pc_; in consume_sig_index()
1090 const byte* p = pc_; in consume_count()
1113 const byte* pos = pc_; in consume_index()
1284 if (val > 1) error(pc_ - 1, "invalid mutability"); in consume_mutability()
1317 error(pc_ - 1, "invalid local type"); in consume_value_type()
1331 error(pc_ - 1, in consume_reference_type()
1338 error(pc_ - 1, "invalid reference type"); in consume_reference_type()