OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LRU
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
743
LiveRegUnit &
LRU
= RegUnits[*Units];
744
LRU
.MI = UseMI;
745
LRU
.Op = DefOp;
[
all
...]
/external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js
32
*
LRU
cache for images.
206
* Least Recently Used (
LRU
) cache implementation to be used by
/external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js
156
// send a request to the browser to move it to the back of the
LRU
.
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
ribbon.js
317
// TODO: Implement
LRU
eviction.
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_view.js
491
// Evict the
LRU
item before we allocate the new canvas to avoid unneeded
780
* Generic cache with a limited capacity and
LRU
eviction.
804
* @param {boolean=} opt_keepLRU True if the
LRU
order should not be modified.
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
198
CodeGenRegister::RegUnitList
LRU
= MergedRU;
200
std::set_union(
LRU
.begin(),
LRU
.end(), RRU.begin(), RRU.end(),
[
all
...]
/external/oprofile/events/i386/nehalem/
unit_masks
356
0x04 lru_hints Counts number of Super Queue
LRU
hints sent to L3
/external/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 219 milliseconds