Searched refs:DebugLocalsChange (Results 1 – 4 of 4) sorted by relevance
13 public class DebugLocalsChange extends Instruction { class18 public DebugLocalsChange( in DebugLocalsChange() method in DebugLocalsChange39 public DebugLocalsChange asDebugLocalsChange() { in asDebugLocalsChange()
733 public DebugLocalsChange asDebugLocalsChange() { in asDebugLocalsChange()
9 import com.android.tools.r8.ir.code.DebugLocalsChange;169 private void updateLocals(DebugLocalsChange change) { in updateLocals()
12 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()