HomeSort by relevance Sort by last modified time
    Searched full:scavenge (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/test/CodeGen/XCore/
scavenging.ll 74 ; scavenge r11
76 ; scavenge r4 using SR spill slot
82 ; scavenge r5 using SR spill slot
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
TODO 24 commands defined. Scavenge them and see what's useful.
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 23 // allow eliminateFrameIndex() to scavenge registers.
  /external/mesa3d/src/gallium/drivers/i915/
TODO 24 commands defined. Scavenge them and see what's useful.
  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedPooledCache.java 149 Log.e(TAG, "POOL SCAVENGE FAILED, cache not fully warm yet. szDelta="
157 Log.e(TAG, "POOL SCAVENGE SUCCESS, oldKey=" + eldestUnref.getKey());
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 90 void Scavenge();
312 size_t max_size_; // size_ > max_size_ --> Scavenge()
395 if (size_ >= max_size_) Scavenge();
common.h 110 // the first ThreadCache is forced to Scavenge(), delaying the
111 // next call to Scavenge for this thread.
page_heap.cc 327 if (scavenge_counter_ >= 0) return; // Not yet time to scavenge
339 // Nothing to scavenge, delay for a while.
thread_cache.cc 243 void ThreadCache::Scavenge() {
248 // may not release much memory, but if so we will call scavenge again
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 96 void Scavenge();
297 size_t max_size_; // size_ > max_size_ --> Scavenge()
368 if (size_ >= max_size_) Scavenge();
common.h 93 // the first ThreadCache is forced to Scavenge(), delaying the
94 // next call to Scavenge for this thread.
page_heap.cc 266 if (scavenge_counter_ >= 0) return; // Not yet time to scavenge
278 // Nothing to scavenge, delay for a while.
thread_cache.cc 237 void ThreadCache::Scavenge() {
242 // may not release much memory, but if so we will call scavenge again
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 238 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
249 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
366 stats(out, 'Scavenge', scavenges, 'pause')
  /external/chromium_org/v8/src/
store-buffer.h 51 // stage of the scavenge can only reduce the number of addresses in the store
heap.h 400 // A queue of objects promoted during scavenge. Each object is accompanied
530 // To speed up scavenge collections new space string are kept
    [all...]
heap-inl.h 302 // - the object has survived a scavenge operation or
510 // AllocationMementos are unrooted and shouldn't survive a scavenge
512 // Call the slow part of scavenge object.
global-handles.h 183 // scavenge collections and iterate over sets of handles that are
heap.cc 274 // Is there enough space left in OLD to guarantee that a scavenge can
282 // a scavenge would have succeeded.
286 *reason = "scavenge might not succeed";
807 PrintF("[IncrementalMarking] Scavenge during marking.\n");
    [all...]
contexts.h 369 // Scavenge treats them as strong references.
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 403 // We need to scavenge a register but have no spill slot, the target
416 "Cannot scavenge register without an emergency spill slot!");
PrologEpilogInserter.cpp 163 // post-pass, scavenge the virtual registers that frame index elimination
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 113 // FIXME: it would be better to scavenge a register here instead of
  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 327 a[key] += "a"; // Allocations cause a scavenge.
  /external/chromium_org/v8/test/mjsunit/es6/
symbols.js 380 a[key] += "a"; // Allocations cause a scavenge.

Completed in 1218 milliseconds

1 2 3