Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp191 uint64_t vmaSize = vmas[currentIndex_].end - vmaStart; in createNextBatch() local
196 if (vmaSize > bytesAvailableInBatch) { in createNextBatch()
199 vmaSize = bytesAvailableInBatch; in createNextBatch()
203 batch.vmas[indexInBatch].iov_len = vmaSize; in createNextBatch()
204 totalBytesInBatch += vmaSize; in createNextBatch()
210 if (CC_UNLIKELY(vmaSize == (vmas[currentIndex_].end - vmaStart))) { in createNextBatch()