Home
last modified time | relevance | path

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

/art/test/2043-reference-pauses/src/
DMain.java32 static final int TREE_HEIGHT = 15; // Trees contain 2^TREE_HEIGHT -1 allocated objects. field in Main
94 stuff = CBT.make(TREE_HEIGHT); in ResurrectingObject()
102 a[(i + 1) % 2].stuff.check(TREE_HEIGHT, i /* weirdly interpreted as path */); in allocOne()
106 stuff.check(TREE_HEIGHT, 42 /* Some path descriptor */); in finalize()
253 softRefs.add(new SoftReference(CBT.make(TREE_HEIGHT)));
280 sample.check(TREE_HEIGHT, 47 /* some path descriptor */);