Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp152 const int totalVmasInSource; member in android::VmaBatchCreator
166 totalVmasInSource(vmasInSource), in VmaBatchCreator()
189 while (indexInBatch < MAX_VMAS_PER_BATCH && currentIndex_ < totalVmasInSource) { in createNextBatch()