Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java39 private Int2ReferenceMap<DebugLocalInfo> lastKnownLocals; field in DexDebugEventBuilder
143 assert lastKnownLocals == null; in initialize()
147 lastKnownLocals = Int2ReferenceMaps.emptyMap(); in initialize()
157 lastKnownLocals = new Int2ReferenceOpenHashMap<>(emittedLocals); in initialize()
209 emitLocalChangeEvents(emittedLocals, pendingLocals, lastKnownLocals, events, factory); in emitDebugPosition()
223 emitLocalChangeEvents(emittedLocals, pendingLocals, lastKnownLocals, events, factory); in emitLocalChanges()
265 Int2ReferenceMap<DebugLocalInfo> lastKnownLocals, in emitLocalChangeEvents() argument
296 if (lastKnownLocals.get(register) == local) { in emitLocalChangeEvents()
300 lastKnownLocals.put(register, local); in emitLocalChangeEvents()