Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp50 wholeCacheMemInfo_.cacheStartAddr = 0; in ResetDistributedInfo()
81 wholeCacheMemInfo_.cacheStartAddr = startAddr; in SetupCacheMemInfo()
139 cacheUnitInfo_[configTable_[index].cacheUser_].cacheStartAddr = startPos; in DistributeCacheRange()
155 return ((user < USER_MAX_COUNT) && (cacheUnitInfo_[user].cacheStartAddr != 0)); in IsEnvReady()
163 return cacheUnitInfo_[user].cacheStartAddr + MAGIC_NUMBER_LENGTH; in GetCacheBufAddress()
180 uint32_t *bufferHead = reinterpret_cast<uint32_t *>(cacheUnitInfo_[user].cacheStartAddr); in IsCacheOverflow()
182 uint32_t *bufferTail = reinterpret_cast<uint32_t *>(cacheUnitInfo_[user].cacheStartAddr + in IsCacheOverflow()
H A Dcache_manager.h32 uintptr_t cacheStartAddr; member