Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp184 uint64_t totalBytesInBatch = 0; in createNextBatch() local
192 uint64_t bytesAvailableInBatch = MAX_BYTES_PER_BATCH - totalBytesInBatch; in createNextBatch()
204 totalBytesInBatch += vmaSize; in createNextBatch()
207 if (totalBytesInBatch >= MAX_BYTES_PER_BATCH) { in createNextBatch()
223 batch.totalBytes = totalBytesInBatch; in createNextBatch()