Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkResourceCache.cpp533 static SkResourceCache* get_cache() { in get_cache() function
549 return get_cache()->getTotalBytesUsed(); in GetTotalBytesUsed()
554 return get_cache()->getTotalByteLimit(); in GetTotalByteLimit()
559 return get_cache()->setTotalByteLimit(newLimit); in SetTotalByteLimit()
564 return get_cache()->discardableFactory(); in GetDiscardableFactory()
569 return get_cache()->allocator(); in GetAllocator()
574 return get_cache()->newCachedData(bytes); in NewCachedData()
579 get_cache()->dump(); in Dump()
584 return get_cache()->setSingleAllocationByteLimit(size); in SetSingleAllocationByteLimit()
589 return get_cache()->getSingleAllocationByteLimit(); in GetSingleAllocationByteLimit()
[all …]
/external/valgrind/coregrind/
Dm_cache.c593 get_cache(UInt level, VexCacheKind kind) in get_cache() function
645 ci->caches[i++] = get_cache(level, INSN_CACHE); in get_cache_info()
646 ci->caches[i++] = get_cache(level, DATA_CACHE); in get_cache_info()
650 ci->caches[i++] = get_cache(level, INSN_CACHE); in get_cache_info()
654 ci->caches[i++] = get_cache(level, DATA_CACHE); in get_cache_info()
658 ci->caches[i++] = get_cache(level, UNIFIED_CACHE); in get_cache_info()