Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java324 } else if (localsChanged && shouldEmitChangesAtInstruction(instruction)) { in computeDebugInfo()
364 private boolean shouldEmitChangesAtInstruction(Instruction instruction) { in shouldEmitChangesAtInstruction() method in LinearScanRegisterAllocator