Home
last modified time | relevance | path

Searched refs:evict (Results 1 – 25 of 37) sorted by relevance

12

/external/compiler-rt/test/profile/
Dinstrprof-value-prof-evict.test1 … -vp-static-alloc=true -mllvm -vp-counters-per-site=10 -o %t %S/Inputs/instrprof-value-prof-evict.c
4 …a show --all-functions -ic-targets %t.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c
7 …ters-per-site=10 -Xclang -fprofile-instrument=llvm -o %t.ir %S/Inputs/instrprof-value-prof-evict.c
10 …how --all-functions -ic-targets %t.ir.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c
13 …-alloc=false -Xclang -fprofile-instrument=llvm -o %t.ir.dyn %S/Inputs/instrprof-value-prof-evict.c
16 …--all-functions -ic-targets %t.ir.dyn.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c
/external/glide/library/src/main/java/com/bumptech/glide/util/
DLruCache.java41 evict(); in setSizeMultiplier()
124 evict(); in put()
166 private void evict() { in evict() method in LruCache
/external/skia/src/gpu/ccpr/
DGrCCPathCache.cpp101 this->evict(*fLRU.tail()->fCacheKey, fLRU.tail()); in ~GrCCPathCache()
193 this->evict(*fScratchKey); in find()
203 this->evict(*fLRU.tail()->fCacheKey); // We've exceeded our limit. in find()
248 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict() function in GrCCPathCache
287 this->evict(*fLRU.tail()->fCacheKey); in purgeEntriesOlderThan()
325 this->evict(*key); in evictInvalidatedCacheKeys()
DGrCCPathCache.h161 void evict(const GrCCPathCache::Key&, GrCCPathCacheEntry* = nullptr);
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp101 this->evict(*fLRU.tail()->fCacheKey, fLRU.tail()); in ~GrCCPathCache()
193 this->evict(*fScratchKey); in find()
203 this->evict(*fLRU.tail()->fCacheKey); // We've exceeded our limit. in find()
248 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict() function in GrCCPathCache
287 this->evict(*fLRU.tail()->fCacheKey); in purgeEntriesOlderThan()
325 this->evict(*key); in evictInvalidatedCacheKeys()
DGrCCPathCache.h161 void evict(const GrCCPathCache::Key&, GrCCPathCacheEntry* = nullptr);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java60 evict(); in setSizeMultiplier()
85 evict(); in put()
89 private void evict() { in evict() method in LruBitmapPool
/external/llvm/include/llvm/Analysis/
DCFLSteensAliasAnalysis.h53 void evict(Function *Fn);
111 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhpack.go167 dt.evict()
173 dt.evict()
177 func (dt *dynamicTable) evict() { func
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFLAliasAnalysisUtils.h40 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
DCFLAndersAliasAnalysis.h57 void evict(const Function *Fn);
DCFLSteensAliasAnalysis.h61 void evict(Function *Fn);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c96 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local
97 nouveau_heap_free(evict); in nv30_vertprog_validate()
Dnv30_draw.c297 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local
298 nouveau_heap_free(evict); in nv30_render_validate()
Dnv30_transfer.c80 struct nouveau_heap **evict = heap->next->priv; in nv30_transfer_rect_vertprog() local
81 nouveau_heap_free(evict); in nv30_transfer_rect_vertprog()
/external/bcc/tools/
Doffwaketime_example.txt182 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;ext4_…
229 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
263 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
267 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
271 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
272 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
281 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
Doffcputime_example.txt217 evict
671 supervise;entry_SYSCALL_64_fastpath;sys_rename;dput;__dentry_kill;iput;evict;ext4_evict_inode;trunc…
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c469 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local
470 if (evict) in nv50_program_upload_code()
471 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
/external/syzkaller/pkg/report/testdata/linux/report/
D17730 [ 70.494036] ? evict+0x576/0x920
35 [ 70.514061] evict+0x57e/0x920
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-08-06-inlineasm.ll8 ; evict it. This started passing again due to the changes for PR8969
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-08-06-inlineasm.ll8 ; evict it. This started passing again due to the changes for PR8969
/external/llvm/test/CodeGen/X86/
D2009-08-06-inlineasm.ll8 ; evict it. This started passing again due to the changes for PR8969
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp241 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dcallee-frame-setup.ll69 ; There is stack usage only because of the need to evict a VGPR for
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp254 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult

12