Home
last modified time | relevance | path

Searched refs:toInstructionPosition (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLiveIntervals.java51 private int toInstructionPosition(int position) { in toInstructionPosition() method in LiveIntervals
191 int rangeStartInstructionPosition = toInstructionPosition(range.start); in tryAddRange()
192 int lastRangeEndInstructionPosition = toInstructionPosition(lastRange.end); in tryAddRange()
343 if (toInstructionPosition(start) == toInstructionPosition(getStart())) { in splitBefore()
DLinearScanRegisterAllocator.java874 private int toInstructionPosition(int position) { in toInstructionPosition() method
1020 int unhandledStart = toInstructionPosition(unhandledInterval.getStart()); in allocateSingleInterval()