HomeSort by relevance Sort by last modified time
    Searched refs:stopAfter (Results 1 - 2 of 2) sorted by null

  /art/test/913-heaps/src/art/
Test913.java 335 private int stopAfter = Integer.MAX_VALUE;
344 public TestConfig(Class<?> klass, int heapFilter, int stopAfter, int followSet) {
347 this.stopAfter = stopAfter;
382 doFollowReferencesTestImpl(null, stopAfter, followSet, null, v, null);
383 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, null, v, "3@1001");
393 doFollowReferencesTestImpl(null, stopAfter, followSet, a, v, null);
394 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, a, v, "3@1001");
397 private void doFollowReferencesTestImpl(A root, int stopAfter, int followSet,
400 followReferences(heapFilter, klass, root, stopAfter, followSet, asRoot)
    [all...]
  /art/test/906-iterate-heap/src/art/
Test906.java 294 Class<?> klassFilter, int stopAfter);

Completed in 76 milliseconds