Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiffFields.java52 int currentPos = 0; in diff() local
55 while (currentPos < currentSorted.size() && baselinePos < baselineSorted.size()) { in diff()
56 FieldValue currentField = currentSorted.get(currentPos); in diff()
61 currentPos++; in diff()
64 currentPos++; in diff()
72 while (currentPos < currentSorted.size()) { in diff()
73 FieldValue currentField = currentSorted.get(currentPos); in diff()
75 currentPos++; in diff()