Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java257 private DebugPosition currentDebugPosition = null; field in IRBuilder
1562 if (currentDebugPosition != null && !ir.isMoveException()) {
1581 if (currentDebugPosition != null) {
1708 assert currentDebugPosition == null;
1972 currentDebugPosition = new DebugPosition(line, file);
1973 attachLocalChanges(currentDebugPosition);
1977 if (currentDebugPosition != null) {
1978 DebugPosition position = currentDebugPosition;
1979 currentDebugPosition = null;