Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_am_CachedAppOptimizer.cpp182 int indexInBatch = 0; in createNextBatch() local
186 while (indexInBatch < MAX_VMAS_PER_BATCH && currentIndex_ < totalVmasInSource) { in createNextBatch()
191 batch.vmas[indexInBatch].iov_base = (void*)vmaStart; in createNextBatch()
200 batch.vmas[indexInBatch].iov_len = vmaSize; in createNextBatch()
203 ++indexInBatch; in createNextBatch()
219 batch.totalVmas = indexInBatch; in createNextBatch()