Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp123 evict(oldResource); in replace()
142 evict(resource); in resourceForURL()
225 evict(current); in pruneDeadResources()
265 evict(current); in pruneDeadResources()
294 void MemoryCache::evict(Resource* resource) in evict() function in WebCore::MemoryCache
569 evict(i->value); in evictResources()
611 evict(justReleasedResource); in prune()
DMemoryCache.h114 void remove(Resource* resource) { evict(resource); } in remove()
176 void evict(Resource*);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_vertprog.c94 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local
95 nouveau_heap_free(evict); in nv30_vertprog_validate()
Dnv30_draw.c286 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local
287 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/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c94 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local
95 nouveau_heap_free(evict); in nv30_vertprog_validate()
Dnv30_draw.c286 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local
287 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_program.c395 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local
396 if (evict) in nv50_program_upload_code()
397 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.c395 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local
396 if (evict) in nv50_program_upload_code()
397 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
/external/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/ARM/
Dldrd.ll37 ; evict another live range or use callee saved regs. Sorry if the test
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt123 space and it may have to evict a trace, at which point the branch to
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt108 relative addressing to other PT_LOAD from the same file] would evict
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in5832 ** may choose to evict unpinned pages at any time.