Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp512 for (auto hotCacheIter = mHotCache.begin(); hotCacheIter != mHotCache.end();) { in finish() local
513 uint32_t entryHash = hotCacheIter->first; in finish()
514 MultifileHotCache entry = hotCacheIter->second; in finish()
519 mHotCache.erase(hotCacheIter++); in finish()
669 for (auto hotCacheIter = mHotCache.begin(); hotCacheIter != mHotCache.end();) { in addToHotCache() local
670 uint32_t oldEntryHash = hotCacheIter->first; in addToHotCache()
671 MultifileHotCache oldEntry = hotCacheIter->second; in addToHotCache()
674 hotCacheIter++; in addToHotCache()