Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1752 int firstInstructionInBlock = b.entry().getNumber(); in addLiveRange() local
1755 firstInstructionInBlock + instructionsSize - INSTRUCTION_NUMBER_DELTA; in addLiveRange()
1758 instructionNumber = firstInstructionInBlock; in addLiveRange()
1779 if (firstInstructionInBlock <= instructionNumber && in addLiveRange()
1792 intervals.addRange(new LiveRange(firstInstructionInBlock - 1, end)); in addLiveRange()