Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java264 Int2ReferenceMap<DebugLocalInfo> nextLocals, in emitLocalChangeEvents() argument
273 if (nextLocals.get(register) != local) { in emitLocalChangeEvents()
277 for (Entry<DebugLocalInfo> entry : nextLocals.int2ReferenceEntrySet()) { in emitLocalChangeEvents()