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.cc63 return code->GetInstructionBlock(pos.ToInstructionIndex()); in GetInstructionBlock()
385 os << '@' << pos.ToInstructionIndex(); in operator <<()
1505 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1582 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
1583 pos.ToInstructionIndex(); in IsBlockBoundary()
2492 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary()
2501 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange()
2523 int last_covered_index = end.ToInstructionIndex(); in NextIntervalStartsInDifferentBlocks()
2527 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
2589 range, pos->pos().ToInstructionIndex()); in SplitAndSpillRangesDefinedByMemoryOperand()
[all …]
Dregister-allocator.h60 int ToInstructionIndex() const { in ToInstructionIndex() function
207 int ret = start_.ToInstructionIndex(); in FirstGapIndex()
216 int ret = end_.ToInstructionIndex(); in LastGapIndex()