Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp151 const std::vector<Vma>* sourceVmas; member in android::VmaBatchCreator
165 : sourceVmas(vmasToBatch), in VmaBatchCreator()
178 if (currentIndex_ >= MAX_VMAS_PER_BATCH && currentIndex_ >= sourceVmas->size()) { in createNextBatch()
182 const std::vector<Vma>& vmas = *sourceVmas; in createNextBatch()