Searched refs:numberOfEntries (Results 1 – 2 of 2) sorted by relevance
47 System.out.println("before > 0=" + (before.numberOfEntries > 0)); in testRecentAllocationTracking()55 …System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations… in testRecentAllocationTracking()56 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries)); in testRecentAllocationTracking()57 System.out.println("after.numberOfEntries=" + after.numberOfEntries); in testRecentAllocationTracking()83 System.out.println("second > first =" + (second.numberOfEntries > first.numberOfEntries)); in testRecentAllocationTracking()139 final int numberOfEntries; field in Main.Allocations159 numberOfEntries = b.getShort() & 0xffff; in Allocations()170 " number of entries: " + numberOfEntries + in toString()
11 after.numberOfEntries=65535