Searched refs:foobars (Results 1 – 1 of 1) sorted by relevance
37 Foobar[] foobars = new Foobar[123]; in testHeapCount() local38 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()