HomeSort by relevance Sort by last modified time
    Searched refs:get_cache (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkResourceCache.cpp 558 static SkResourceCache* get_cache() { function
574 return get_cache()->getTotalBytesUsed();
579 return get_cache()->getTotalByteLimit();
584 return get_cache()->setTotalByteLimit(newLimit);
589 return get_cache()->discardableFactory();
594 return get_cache()->allocator();
599 return get_cache()->newCachedData(bytes);
604 get_cache()->dump();
609 return get_cache()->setSingleAllocationByteLimit(size);
614 return get_cache()->getSingleAllocationByteLimit()
    [all...]
  /external/valgrind/coregrind/
m_cache.c 593 get_cache(UInt level, VexCacheKind kind) function
645 ci->caches[i++] = get_cache(level, INSN_CACHE);
646 ci->caches[i++] = get_cache(level, DATA_CACHE);
650 ci->caches[i++] = get_cache(level, INSN_CACHE);
654 ci->caches[i++] = get_cache(level, DATA_CACHE);
658 ci->caches[i++] = get_cache(level, UNIFIED_CACHE);

Completed in 60 milliseconds