Home
last modified time | relevance | path

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

/art/test/906-iterate-heap/src/art/
DTest906.java37 Foobar[] foobars = new Foobar[123]; in testHeapCount() local
38 for (int i = 0; i < foobars.length; i++) { in testHeapCount()
39 foobars[i] = new Foobar(); in testHeapCount()
59 if (filteredClass != foobars.length) { in testHeapCount()
61 "Missed objects of foobar type. " + filteredClass + " != " + foobars.length); in testHeapCount()