Searched refs:followSet (Results 1 – 1 of 1) sorted by relevance
/art/test/913-heaps/src/art/ |
D | Test913.java | 336 private int followSet = -1; field in Test913.TestConfig 344 public TestConfig(Class<?> klass, int heapFilter, int stopAfter, int followSet) { in TestConfig() argument 348 this.followSet = followSet; in TestConfig() 382 doFollowReferencesTestImpl(null, stopAfter, followSet, null, v, null); in doFollowReferencesTestNonRoot() 383 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, null, v, "3@1001"); in doFollowReferencesTestNonRoot() 393 doFollowReferencesTestImpl(null, stopAfter, followSet, a, v, null); in doFollowReferencesTestRoot() 394 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, a, v, "3@1001"); in doFollowReferencesTestRoot() 397 private void doFollowReferencesTestImpl(A root, int stopAfter, int followSet, in doFollowReferencesTestImpl() argument 400 followReferences(heapFilter, klass, root, stopAfter, followSet, asRoot); in doFollowReferencesTestImpl() 753 Object initialObject, int stopAfter, int followSet, Object jniRef); in followReferences() argument
|