/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CFLAliasAnalysisUtils.h | 39 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
|
H A D | CFLAndersAliasAnalysis.h | 57 void evict(const Function *Fn);
|
H A D | CFLSteensAliasAnalysis.h | 61 void evict(Function *Fn);
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathAtlasMgr.h | 81 void evict(GrDrawOpAtlas::PlotLocator) override;
|
H A D | SmallPathAtlasMgr.cpp | 130 void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) { in evict() function in skgpu::v1::SmallPathAtlasMgr
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vertprog.c | 97 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local 98 nouveau_heap_free(evict); in nv30_vertprog_validate()
|
H A 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()
|
H A 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()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_program.c | 491 /* Out of space: evict everything to compactify the code segment, hoping in nv50_program_upload_code() 495 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local 496 if (evict) in nv50_program_upload_code() 497 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 527 this.#evict(true); 858 ? this.#evict(false) 940 this.#evict(true); 961 #evict(free) { 970 this.#dispose?.(v, k, 'evict'); 973 this.#disposed?.push([v, k, 'evict']);
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 524 this.#evict(true); 855 ? this.#evict(false) 937 this.#evict(true); 958 #evict(free) { 967 this.#dispose?.(v, k, 'evict'); 970 this.#disposed?.push([v, k, 'evict']);
|
/third_party/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 76 void evict(GrDrawOpAtlas::PlotLocator) override {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFLSteensAliasAnalysis.cpp | 242 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
|
H A D | CFLAndersAliasAnalysis.cpp | 826 void CFLAndersAAResult::evict(const Function *Fn) { Cache.erase(Fn); } in evict() function in CFLAndersAAResult
|
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.h | 220 virtual void evict(PlotLocator) = 0; 306 /** To ensure the atlas does not evict a given entry, the client must set the last use token. */ 445 * use lastUse to determine when we can evict a plot from the cache, i.e. if the last use
|
H A D | GrDrawOpAtlas.cpp | 253 evictor->evict(plotLocator); in processEviction() 535 // Count recently used plots in the last page and evict any that are no longer in use. in compact() 560 // otherwise if aged out just evict it. in compact() 572 // to evict them if there's available space in earlier pages. Since we prioritize uploading in compact() 580 // See if there's room in an earlier page and if so evict. in compact()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_program.c | 899 struct nvc0_program *evict = heap->next->priv; in nvc0_program_upload() local 900 nouveau_heap_free(&evict->mem); in nvc0_program_upload()
|