Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DDebugLocalsChange.java13 public class DebugLocalsChange extends Instruction { class
18 public DebugLocalsChange( in DebugLocalsChange() method in DebugLocalsChange
39 public DebugLocalsChange asDebugLocalsChange() { in asDebugLocalsChange()
DInstruction.java733 public DebugLocalsChange asDebugLocalsChange() { in asDebugLocalsChange()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java9 import com.android.tools.r8.ir.code.DebugLocalsChange;
169 private void updateLocals(DebugLocalsChange change) { in updateLocals()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java12 import com.android.tools.r8.ir.code.DebugLocalsChange;
325 DebugLocalsChange change = createLocalsChange(ending, starting); in computeDebugInfo()
329 instructionIterator.add(new DebugLocalsChange(ending, starting)); in computeDebugInfo()
332 instructionIterator.add(new DebugLocalsChange(ending, starting)); in computeDebugInfo()
341 private DebugLocalsChange createLocalsChange( in createLocalsChange()
344 return new DebugLocalsChange(ending, starting); in createLocalsChange()
361 return new DebugLocalsChange(ending, starting); in createLocalsChange()