Searched refs:LRU (Results 1 – 6 of 6) sorted by relevance
7 Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
1 Disk LRU Cache
739 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local740 LRU.MI = UseMI; in updatePhysDepsDownwards()741 LRU.Op = DefOp; in updatePhysDepsDownwards()911 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local913 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards()914 LRU.Cycle = Height; in updatePhysDepsUpwards()915 LRU.MI = &MI; in updatePhysDepsUpwards()916 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()
26 # Size of the LRU that holds power management unit information related
125 replacement policy; we have found that this is almost as good as LRU