Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DSourceCode.java27 DebugLocalInfo getCurrentLocal(int register); in getCurrentLocal() method
DIRBuilder.java488 DebugLocalInfo local = getCurrentLocal(register);
496 DebugLocalInfo local = getCurrentLocal(register);
517 assert local == getCurrentLocal(register);
540 assert local == getCurrentLocal(register);
766 DebugLocalInfo destLocal = getCurrentLocal(dest);
1431 DebugLocalInfo local = getCurrentLocal(register);
1446 DebugLocalInfo local = getCurrentLocal(register);
1504 DebugLocalInfo local = getCurrentLocal(register);
1517 private DebugLocalInfo getCurrentLocal(int register) {
1518 return options.debug ? source.getCurrentLocal(register) : null;
DDexSourceCode.java98 public DebugLocalInfo getCurrentLocal(int register) { in getCurrentLocal() method in DexSourceCode
DJarSourceCode.java479 public DebugLocalInfo getCurrentLocal(int register) { in getCurrentLocal() method in JarSourceCode
/external/r8/src/main/java/com/android/tools/r8/ir/synthetic/
DSingleBlockSourceCode.java121 public DebugLocalInfo getCurrentLocal(int register) { in getCurrentLocal() method in SingleBlockSourceCode
/external/r8/src/test/java/com/android/tools/r8/maindexlist/
DMainDexListTests.java476 public DebugLocalInfo getCurrentLocal(int register) { in getCurrentLocal() method in MainDexListTests.ReturnVoidCode
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java809 public DebugLocalInfo getCurrentLocal(int register) { in getCurrentLocal() method in Outliner.OutlineSourceCode