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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
TODO 24 commands defined. Scavenge them and see what's useful.
  /external/mesa3d/src/gallium/drivers/i915/
TODO 24 commands defined. Scavenge them and see what's useful.
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltPooledCache.java 132 "POOL SCAVENGE FAILED, cache not fully warm yet. szDelta="
137 if (DEBUG) System.err.println("POOL SCAVENGE SUCCESS, oldKey="
  /dalvik/vm/alloc/
Copying.cpp 890 /* Scavenge the array element class object. */
894 /* Scavenge the superclass. */
896 /* Scavenge the class loader. */
898 /* Scavenge static fields. */
905 /* Scavenge interface class objects. */
917 /* Scavenge the class object. */
923 /* Scavenge the array contents. */
    [all...]
  /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/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/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 109 // scavenge a register here instead of reserving G1 all of the time.
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 113 // Use a background thread to periodically scavenge memory to release back to the system
738 // fetch too many at a time, we end up having to scavenge too often
    [all...]
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 402 // We need to scavenge a register but have no spill slot, the target
415 "Cannot scavenge register without an emergency spill slot!");
  /external/chromium_org/v8/src/
store-buffer.h 75 // stage of the scavenge can only reduce the number of addresses in the store
global-handles.h 203 // scavenge collections and iterate over sets of handles that are
heap.h 338 // A queue of objects promoted during scavenge. Each object is accompanied
468 // To speed up scavenge collections new space string are kept
    [all...]
  /external/v8/src/
global-handles.h 188 // scavenge collections and iterate over sets of handles that are
store-buffer.h 71 // stage of the scavenge can only reduce the number of addresses in the store
heap.cc 268 // Is there enough space left in OLD to guarantee that a scavenge can
276 // a scavenge would have succeeded.
280 *reason = "scavenge might not succeed";
502 PrintF("[IncrementalMarking] Scavenge during marking.\n");
832 Scavenge();
    [all...]
heap.h 288 // A queue of objects promoted during scavenge. Each object is accompanied
418 // To speed up scavenge collections new space string are kept
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 348 a[key] += "a"; // Allocations cause a scavenge.

Completed in 1492 milliseconds

1 2 3