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

/external/r8/src/main/java/com/android/tools/r8/graph/
H A DDexDebugEventBuilder.java45 // pendingLocalChanges == true ==> localsEqual(emittedLocals, pendingLocals).
46 private boolean pendingLocalChanges = false; field in class:DexDebugEventBuilder
97 pendingLocalChanges = false;
110 assert !pendingLocalChanges;
127 assert !pendingLocalChanges;
133 pendingLocalChanges = true;
170 pendingLocalChanges = true;
182 if (!pendingLocalChanges) {
185 pendingLocalChanges = !localsEqual(emittedLocals, pendingLocals);
186 return pendingLocalChanges;
[all...]

Completed in 390 milliseconds