Searched refs:INSTRUCTION_NUMBER_DELTA (Results 1 – 3 of 3) sorted by relevance
334 nextInstructionNumber += LinearScanRegisterAllocator.INSTRUCTION_NUMBER_DELTA; in numberInstructions()346 nextInstructionNumber += LinearScanRegisterAllocator.INSTRUCTION_NUMBER_DELTA; in numberRemainingInstructions()
108 public static final int INSTRUCTION_NUMBER_DELTA = 2; field in LinearScanRegisterAllocator1532 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()
413 return instructionNumber / LinearScanRegisterAllocator.INSTRUCTION_NUMBER_DELTA;