Home
last modified time | relevance | path

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

/art/test/693-vdex-inmem-loader-evict/src/
DMain.java50 check(0, getCurrentCacheSize(), "There should be no vdex files in the beginning"); in main()
55 check(Math.min(i + 1, maxCacheSize), getCurrentCacheSize(), in main()
65 check(maxCacheSize, getCurrentCacheSize(), "Unexpected number of cache entries"); in main()
86 private static int getCurrentCacheSize() { in getCurrentCacheSize() method in Main