/external/compiler-rt/test/profile/ |
D | instrprof-value-prof-evict.test | 1 … -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/ |
D | LruCache.java | 41 evict(); in setSizeMultiplier() 124 evict(); in put() 166 private void evict() { in evict() method in LruCache
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPathCache.cpp | 101 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()
|
D | GrCCPathCache.h | 161 void evict(const GrCCPathCache::Key&, GrCCPathCacheEntry* = nullptr);
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathCache.cpp | 101 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()
|
D | GrCCPathCache.h | 161 void evict(const GrCCPathCache::Key&, GrCCPathCacheEntry* = nullptr);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | LruBitmapPool.java | 60 evict(); in setSizeMultiplier() 85 evict(); in put() 89 private void evict() { in evict() method in LruBitmapPool
|
/external/llvm/include/llvm/Analysis/ |
D | CFLSteensAliasAnalysis.h | 53 void evict(Function *Fn); 111 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
|
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/ |
D | hpack.go | 167 dt.evict() 173 dt.evict() 177 func (dt *dynamicTable) evict() { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CFLAliasAnalysisUtils.h | 40 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
|
D | CFLAndersAliasAnalysis.h | 57 void evict(const Function *Fn);
|
D | CFLSteensAliasAnalysis.h | 61 void evict(Function *Fn);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_vertprog.c | 96 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local 97 nouveau_heap_free(evict); in nv30_vertprog_validate()
|
D | nv30_draw.c | 297 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local 298 nouveau_heap_free(evict); in nv30_render_validate()
|
D | nv30_transfer.c | 80 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/ |
D | offwaketime_example.txt | 182 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…
|
D | offcputime_example.txt | 217 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/ |
D | nv50_program.c | 469 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/ |
D | 177 | 30 [ 70.494036] ? evict+0x576/0x920 35 [ 70.514061] evict+0x57e/0x920
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-08-06-inlineasm.ll | 8 ; evict it. This started passing again due to the changes for PR8969
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-08-06-inlineasm.ll | 8 ; evict it. This started passing again due to the changes for PR8969
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-08-06-inlineasm.ll | 8 ; evict it. This started passing again due to the changes for PR8969
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 241 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | callee-frame-setup.ll | 69 ; There is stack usage only because of the need to evict a VGPR for
|
/external/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 254 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
|