Home
last modified time | relevance | path

Searched defs:evict (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_program_cache.cpp65 BOOST_AUTO_TEST_CASE(evict) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/boost/compute/detail/
Dlru_cache.hpp121 void evict() in evict() function in boost::compute::detail::lru_cache
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.cpp119 void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) { in evict() function in skgpu::v1::SmallPathAtlasMgr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp242 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
DCFLAndersAliasAnalysis.cpp826 void CFLAndersAAResult::evict(const Function *Fn) { Cache.erase(Fn); } in evict() function in CFLAndersAAResult
/third_party/skia/tests/
DDrawOpAtlasTest.cpp76 void evict(GrDrawOpAtlas::PlotLocator) override { in evict() function in AssertOnEvict
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp251 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict() function in GrCCPathCache