Lines Matching refs:ToInstructionIndex
65 return code->GetInstructionBlock(pos.ToInstructionIndex()); in GetInstructionBlock()
382 os << '@' << pos.ToInstructionIndex(); in operator <<()
1507 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1584 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
1585 pos.ToInstructionIndex(); in IsBlockBoundary()
2508 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary()
2517 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange()
2539 int last_covered_index = end.ToInstructionIndex(); in NextIntervalStartsInDifferentBlocks()
2543 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
2607 range, pos->pos().ToInstructionIndex()); in SplitAndSpillRangesDefinedByMemoryOperand()
2633 pos.ToInstructionIndex())); in SplitRangeAt()
2656 int start_instr = start.ToInstructionIndex(); in FindOptimalSplitPos()
2657 int end_instr = end.ToInstructionIndex(); in FindOptimalSplitPos()
3106 if (free_until_pos[code].ToInstructionIndex() > in TryAllocateFreeReg()
3107 free_until_pos[reg].ToInstructionIndex()) { in TryAllocateFreeReg()
3619 int start = range->Start().ToInstructionIndex(); in PopulateReferenceMaps()
3623 if (this_end.ToInstructionIndex() > end) in PopulateReferenceMaps()
3624 end = this_end.ToInstructionIndex(); in PopulateReferenceMaps()
3625 DCHECK(cur->Start().ToInstructionIndex() >= start); in PopulateReferenceMaps()
3696 ? cur->Start().ToInstructionIndex() in PopulateReferenceMaps()
3861 int gap_index = pos.ToInstructionIndex(); in ConnectRanges()
3951 code->GetInstructionBlock(pos->pos().ToInstructionIndex()) in CommitSpillsInDeferredBlocks()