Searched refs:iterateThroughHeapCount (Results 1 – 1 of 1) sorted by relevance
/art/test/906-iterate-heap/src/art/ |
D | Test906.java | 43 int all = iterateThroughHeapCount(0, null, Integer.MAX_VALUE); in testHeapCount() 44 int tagged = iterateThroughHeapCount(HEAP_FILTER_OUT_UNTAGGED, null, Integer.MAX_VALUE); in testHeapCount() 45 int untagged = iterateThroughHeapCount(HEAP_FILTER_OUT_TAGGED, null, Integer.MAX_VALUE); in testHeapCount() 46 int taggedClass = iterateThroughHeapCount(HEAP_FILTER_OUT_CLASS_UNTAGGED, null, in testHeapCount() 48 int untaggedClass = iterateThroughHeapCount(HEAP_FILTER_OUT_CLASS_TAGGED, null, in testHeapCount() 50 int filteredClass = iterateThroughHeapCount(0, Foobar.class, Integer.MAX_VALUE); in testHeapCount() 371 private static native int iterateThroughHeapCount(int heapFilter, in iterateThroughHeapCount() method in Test906
|