Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DValue.java118 public List<Instruction> getDebugLocalStarts() { in getDebugLocalStarts() method in Value
DBasicBlockInstructionIterator.java147 replaceInstructionInList(current, newInstruction, value.getDebugLocalStarts()); in replaceCurrentInstruction()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java234 List<Integer> starts = ListUtils.map(value.getDebugLocalStarts(), Instruction::getNumber); in computeDebugInfo()