Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DValue.java122 public List<Instruction> getDebugLocalEnds() { in getDebugLocalEnds() method in Value
DBasicBlockInstructionIterator.java148 replaceInstructionInList(current, newInstruction, value.getDebugLocalEnds()); in replaceCurrentInstruction()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java235 List<Integer> ends = ListUtils.map(value.getDebugLocalEnds(), Instruction::getNumber); in computeDebugInfo()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java1440 || value.getDebugLocalEnds() != null