Home
last modified time | relevance | path

Searched refs:ToInstructionIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dlive-range-separator.cc56 start.ToInstructionIndex(), end.ToInstructionIndex()); in CreateSplinter()
Dregister-allocator.cc65 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()
[all …]
Dregister-allocator.h61 int ToInstructionIndex() const { in ToInstructionIndex() function
208 int ret = start_.ToInstructionIndex(); in FirstGapIndex()
217 int ret = end_.ToInstructionIndex(); in LastGapIndex()