Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp185 int indexInBatch = 0; in createNextBatch() local
189 while (indexInBatch < MAX_VMAS_PER_BATCH && currentIndex_ < totalVmasInSource) { in createNextBatch()
194 batch.vmas[indexInBatch].iov_base = (void*)vmaStart; in createNextBatch()
203 batch.vmas[indexInBatch].iov_len = vmaSize; in createNextBatch()
206 ++indexInBatch; in createNextBatch()
222 batch.totalVmas = indexInBatch; in createNextBatch()