Lines Matching refs:limit_
113 if ((pc + sizeof(byte)) >= limit_) { in ByteOperand()
121 if ((pc + sizeof(uint32_t)) >= limit_) { in Uint32Operand()
129 if ((pc + sizeof(uint64_t)) >= limit_) { in Uint64Operand()
588 while (entries-- > 0 && pc_ < limit_) { in DecodeLocalDecls()
618 reinterpret_cast<const void*>(limit_), baserel(pc_), in DecodeFunctionBody()
619 static_cast<int>(limit_ - start_), builder_ ? "graph building" : ""); in DecodeFunctionBody()
621 if (pc_ >= limit_) return; // Nothing to do. in DecodeFunctionBody()
1077 if (pc_ >= limit_) { in DecodeFunctionBody()
1079 if (pc_ > limit_ && ok()) error("Beyond end of code"); in DecodeFunctionBody()
1446 limit_ = start_; // Terminate decoding loop. in onFirstError()
1451 if (pc >= limit_) return nullptr; in AnalyzeLoopAssignment()
1458 while (pc < limit_ && ok()) { in AnalyzeLoopAssignment()