Searched refs:MAX_BACKING_STORE_SIZE (Results 1 – 2 of 2) sorted by relevance
64 static final int MAX_BACKING_STORE_SIZE = MemoryIntArray.getMaxSize(); field in GenerationRegistry221 backingStore = new MemoryIntArray(MAX_BACKING_STORE_SIZE); in getBackingStoreLocked()
140 for (int i = 0; i < GenerationRegistry.MAX_BACKING_STORE_SIZE; i++) { in testMaxSizeBackingStore()