Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java46 private boolean pendingLocalChanges = false; field in DexDebugEventBuilder
97 pendingLocalChanges = false; in add()
110 assert !pendingLocalChanges; in build() local
127 assert !pendingLocalChanges; in updateBlockEntry() local
133 pendingLocalChanges = true; in updateBlockEntry()
170 pendingLocalChanges = true; in updateLocals()
182 if (!pendingLocalChanges) { in localsChanged()
185 pendingLocalChanges = !localsEqual(emittedLocals, pendingLocals); in localsChanged()
186 return pendingLocalChanges; in localsChanged()
212 pendingLocalChanges = false; in emitDebugPosition()
[all …]