Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiffFields.java38 List<FieldValue> currentSorted = new ArrayList<FieldValue>(); in diff() local
40 currentSorted.add(field); in diff()
42 Collections.sort(currentSorted, FOR_DIFF); in diff()
55 while (currentPos < currentSorted.size() && baselinePos < baselineSorted.size()) { in diff()
56 FieldValue currentField = currentSorted.get(currentPos); in diff()
72 while (currentPos < currentSorted.size()) { in diff()
73 FieldValue currentField = currentSorted.get(currentPos); in diff()