Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java42 private Int2ReferenceMap<DebugLocalInfo> pendingLocals = null; field in DexDebugEventBuilder
82 assert pendingLocals != null; in add()
96 pendingLocals = null; in add()
109 assert pendingLocals == null; in build()
126 assert pendingLocals == null; in updateBlockEntry()
130 pendingLocals = Int2ReferenceMaps.emptyMap(); in updateBlockEntry()
132 pendingLocals = new Int2ReferenceOpenHashMap<>(locals); in updateBlockEntry()
172 assert pendingLocals.get(end.getIntKey()) == end.getValue(); in updateLocals()
173 pendingLocals.remove(end.getIntKey()); in updateLocals()
176 assert !pendingLocals.containsKey(start.getIntKey()); in updateLocals()
[all …]