Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp650 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/
DChangeLog-2006248 * daemon/opd_anon.c: bump LRU size to avoid significant maps
DChangeLog-20024344 than LRU list of samples files must not contain already
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt125 replacement policy; we have found that this is almost as good as LRU
/external/oprofile/events/i386/westmere/
Devents85 event:0xf4 counters:0,1,2,3 um:sq_misc minimum:2000000 name:SQ_MISC : Super Queue LRU hints sent to…
Dunit_masks274 0x04 lru_hints Super Queue LRU hints sent to LLC
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp192 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/
DFrameMac.mm118 // add regexp to the cache, making sure it is at the front for LRU ordering
/external/oprofile/events/i386/nehalem/
Dunit_masks356 0x04 lru_hints Counts number of Super Queue LRU hints sent to L3
/external/webkit/Source/WebCore/
DChangeLog-2002-12-03150 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 …]
DChangeLog-2007-10-1410573 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 …]
DChangeLog-2006-12-3121455 …(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…
DChangeLog-2008-08-1018681 Assert that any resource in the LRU list has been accessed. This is early detection of a
DChangeLog-2010-12-0630565 Inside Cache::pruneDeadResources we loop over the LRU lists and make resources purgeable
/external/jmonkeyengine/
DNOTICE4751 * An LRU cache, based on <code>LinkedHashMap</code>.
4755 * If the cache is full and another entry is added, the LRU (least recently