Home
last modified time | relevance | path

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

/art/test/913-heaps/src/art/
DTest913.java336 private int stopAfter = Integer.MAX_VALUE; field in Test913.TestConfig
345 public TestConfig(Class<?> klass, int heapFilter, int stopAfter, int followSet) { in TestConfig() argument
348 this.stopAfter = stopAfter; in TestConfig()
383 doFollowReferencesTestImpl(null, stopAfter, followSet, null, v, null); in doFollowReferencesTestNonRoot()
384 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, null, v, "3@1001"); in doFollowReferencesTestNonRoot()
394 doFollowReferencesTestImpl(null, stopAfter, followSet, a, v, null); in doFollowReferencesTestRoot()
395 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, a, v, "3@1001"); in doFollowReferencesTestRoot()
398 private void doFollowReferencesTestImpl(A root, int stopAfter, int followSet, in doFollowReferencesTestImpl() argument
401 followReferences(heapFilter, klass, root, stopAfter, followSet, asRoot); in doFollowReferencesTestImpl()
754 Object initialObject, int stopAfter, int followSet, Object jniRef); in followReferences() argument
/art/test/906-iterate-heap/src/art/
DTest906.java372 Class<?> klassFilter, int stopAfter); in iterateThroughHeapCount() argument