Searched refs:classTags (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/906-iterate-heap/src/art/ |
H A D | Test906.java | 146 long classTags[] = new long[100]; in doTest() local 151 int n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths); in doTest() 152 System.out.println(sort(n, classTags, sizes, tags, lengths)); in doTest() 155 n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths); in doTest() 156 System.out.println(sort(n, classTags, sizes, tags, lengths)); in doTest() 316 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[], in sort() argument 321 elem.classTag = classTags[i]; in sort() 374 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]); in iterateThroughHeapData() argument
|