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()
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()
[all …]
Dregister-allocator.h60 int ToInstructionIndex() const { in ToInstructionIndex() function
207 int ret = start_.ToInstructionIndex(); in FirstGapIndex()
216 int ret = end_.ToInstructionIndex(); in LastGapIndex()