Lines Matching full:instructionindex
1178 int index = pos.InstructionIndex();
1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex()));
1395 int start = range->Start().InstructionIndex();
1399 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex();
1400 DCHECK(cur->Start().InstructionIndex() >= start);
1537 if (IsGapAt(next_pos.InstructionIndex())) {
2020 InstructionAt(pos.InstructionIndex())->IsLabel();
2033 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl());
2060 int start_instr = start.InstructionIndex();
2061 int end_instr = end.InstructionIndex();