Searched refs:LRU (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 650 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local 651 LRU.MI = UseMI; in updatePhysDepsDownwards() 652 LRU.Op = DefOp; in updatePhysDepsDownwards() 812 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local 814 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards() 815 LRU.Cycle = Height; in updatePhysDepsUpwards() 816 LRU.MI = MI; in updatePhysDepsUpwards() 817 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()
|
/external/oprofile/ |
D | ChangeLog-2006 | 248 * daemon/opd_anon.c: bump LRU size to avoid significant maps
|
D | ChangeLog-2002 | 4344 than LRU list of samples files must not contain already
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 125 replacement policy; we have found that this is almost as good as LRU
|
/external/oprofile/events/i386/westmere/ |
D | events | 85 event:0xf4 counters:0,1,2,3 um:sq_misc minimum:2000000 name:SQ_MISC : Super Queue LRU hints sent to…
|
D | unit_masks | 274 0x04 lru_hints Super Queue LRU hints sent to LLC
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 192 CodeGenRegister::RegUnitList LRU = MergedRU; in mergeRegUnits() local 194 std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(), in mergeRegUnits()
|
/external/webkit/Source/WebCore/page/mac/ |
D | FrameMac.mm | 118 // add regexp to the cache, making sure it is at the front for LRU ordering
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 356 0x04 lru_hints Counts number of Super Queue LRU hints sent to L3
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 150 Convert the WebCore cache from LRU to size-adjusted and 151 popularity-aware LRU (LRU-SP). With the improved cache, 2743 Adjust total size of items in the LRU list, when the size of one of the 2767 (Cache::adjustSize): Added. Changes the "total LRU list size" by the 2768 passed-in delta, but only if the passed-in object is in the LRU list. 7823 it was a virtual function anyway. Remove from the LRU list. 7824 (CachedObject::setRequest): Add to the LRU list if it qualifies now. 7825 (CachedObject::ref): Remove from the LRU list. 7826 (CachedObject::deref): Add to the LRU list if it qualifies now. 7833 (Cache::init): No "LRU list" to create. [all …]
|
D | ChangeLog-2007-10-14 | 10573 would nullify much of the value of the LRU-SP strategy. 11335 Changed the dead resource LRU-SP algorithm to measure an object's 11346 by moving it to the head of a smaller LRU list. This is slightly odd, 11363 appropriate LRU list based on total size, not encoded size. 11381 (WebCore::CachedResource::setDecodedSize): Move us in the LRU-SP list 12292 change the live resources list to a strict LRU model made that code 13942 a hand-crafted linked list for LRU tracking (instead of ListHashSet), 13953 * history/PageCache.cpp: Added a hand-crafted linked list for LRU 15234 The solution here is to evict live decoded data based on a strict LRU 15241 * loader/Cache.h: Changed from a size-based vector of LRU lists to a [all …]
|
D | ChangeLog-2006-12-31 | 21455 …(10) Fixed the LRU-SP algorithm so that the LRU aspect really kicks in (by leaving the live objects 21456 …in the LRU lists). Also fixed a bug with the "-SP" part of the algorithm where the access count w…
|
D | ChangeLog-2008-08-10 | 18681 Assert that any resource in the LRU list has been accessed. This is early detection of a
|
D | ChangeLog-2010-12-06 | 30565 Inside Cache::pruneDeadResources we loop over the LRU lists and make resources purgeable
|
/external/jmonkeyengine/ |
D | NOTICE | 4751 * An LRU cache, based on <code>LinkedHashMap</code>. 4755 * If the cache is full and another entry is added, the LRU (least recently
|