Home
last modified time | relevance | path

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

/art/test/913-heaps/src/art/
DTest913.java335 private int stopAfter = Integer.MAX_VALUE; field in Test913.TestConfig
344 public TestConfig(Class<?> klass, int heapFilter, int stopAfter, int followSet) { in TestConfig()
397 private void doFollowReferencesTestImpl(A root, int stopAfter, int followSet, in doFollowReferencesTestImpl()
753 Object initialObject, int stopAfter, int followSet, Object jniRef); in followReferences()
/art/test/906-iterate-heap/src/art/
DTest906.java372 Class<?> klassFilter, int stopAfter); in iterateThroughHeapCount()