Searched refs:previousLocals (Results 1 – 1 of 1) sorted by relevance
263 Int2ReferenceMap<DebugLocalInfo> previousLocals, in emitLocalChangeEvents() argument270 for (Entry<DebugLocalInfo> entry : previousLocals.int2ReferenceEntrySet()) { in emitLocalChangeEvents()280 if (previousLocals.get(register) != local) { in emitLocalChangeEvents()288 previousLocals.remove(register); in emitLocalChangeEvents()295 previousLocals.put(register, local); in emitLocalChangeEvents()