Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java334 nextInstructionNumber += LinearScanRegisterAllocator.INSTRUCTION_NUMBER_DELTA; in numberInstructions()
346 nextInstructionNumber += LinearScanRegisterAllocator.INSTRUCTION_NUMBER_DELTA; in numberRemainingInstructions()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java108 public static final int INSTRUCTION_NUMBER_DELTA = 2; field in LinearScanRegisterAllocator
1532 int maxGapSize = 11 * INSTRUCTION_NUMBER_DELTA; in splitRangesForSpilledConstant()
1547 split = split.splitBefore(previousUse + INSTRUCTION_NUMBER_DELTA); in splitRangesForSpilledConstant()
1753 int instructionsSize = b.getInstructions().size() * INSTRUCTION_NUMBER_DELTA; in addLiveRange()
1755 firstInstructionInBlock + instructionsSize - INSTRUCTION_NUMBER_DELTA; in addLiveRange()
1814 int end = block.entry().getNumber() + instructions.size() * INSTRUCTION_NUMBER_DELTA; in computeLiveRanges()
1833 addLiveRange(definition, block, instruction.getNumber() + INSTRUCTION_NUMBER_DELTA); in computeLiveRanges()
1968 argumentInterval.addRange(new LiveRange(0, index * INSTRUCTION_NUMBER_DELTA)); in setupArgumentLiveIntervals()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DDexBuilder.java413 return instructionNumber / LinearScanRegisterAllocator.INSTRUCTION_NUMBER_DELTA;