Searched refs:getMaxNumBackingStores (Results 1 – 2 of 2) sorted by relevance
116 for (int i = 0; i < generationRegistry.getMaxNumBackingStores(); i++) { in testMaxNumBackingStores()124 generationRegistry.getMaxNumBackingStores() + 1); in testMaxNumBackingStores()195 assertThat(generationRegistry.getMaxNumBackingStores()).isEqualTo( in testNumberOfBackingStores()199 assertThat(generationRegistry.getMaxNumBackingStores()).isEqualTo( in testNumberOfBackingStores()
297 int getMaxNumBackingStores() { in getMaxNumBackingStores() method in GenerationRegistry305 proto.write(GenerationRegistryProto.NUM_MAX_BACKING_STORES, getMaxNumBackingStores()); in dumpProto()348 pw.println("Maximum number of backing stores:" + getMaxNumBackingStores()); in dump()