Searched refs:currentDebugPosition (Results 1 – 1 of 1) sorted by relevance
257 private DebugPosition currentDebugPosition = null; field in IRBuilder1562 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;