• Home
  • Raw
  • Download

Lines Matching refs:ToInstructionIndex

63   return code->GetInstructionBlock(pos.ToInstructionIndex());  in GetInstructionBlock()
389 os << '@' << pos.ToInstructionIndex(); in operator <<()
1509 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1586 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
1587 pos.ToInstructionIndex(); in IsBlockBoundary()
2496 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary()
2505 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange()
2527 int last_covered_index = end.ToInstructionIndex(); in NextIntervalStartsInDifferentBlocks()
2531 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
2593 range, pos->pos().ToInstructionIndex()); in SplitAndSpillRangesDefinedByMemoryOperand()
2619 pos.ToInstructionIndex())); in SplitRangeAt()
2642 int start_instr = start.ToInstructionIndex(); in FindOptimalSplitPos()
2643 int end_instr = end.ToInstructionIndex(); in FindOptimalSplitPos()
3636 int start = range->Start().ToInstructionIndex(); in PopulateReferenceMaps()
3640 if (this_end.ToInstructionIndex() > end) in PopulateReferenceMaps()
3641 end = this_end.ToInstructionIndex(); in PopulateReferenceMaps()
3642 DCHECK(cur->Start().ToInstructionIndex() >= start); in PopulateReferenceMaps()
3713 ? cur->Start().ToInstructionIndex() in PopulateReferenceMaps()
3872 int gap_index = pos.ToInstructionIndex(); in ConnectRanges()
3962 code->GetInstructionBlock(pos->pos().ToInstructionIndex()) in CommitSpillsInDeferredBlocks()