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

1 2 3

  /external/chromium_org/v8/src/heap/
gc-idle-time-handler.cc 31 PrintF("scavenge");
96 // (1) If the new space is almost full and we can effort a Scavenge, then a
97 // Scavenge is performed.
120 return GCIdleTimeAction::Scavenge();
gc-idle-time-handler.h 46 static GCIdleTimeAction Scavenge() {
store-buffer.h 50 // stage of the scavenge can only reduce the number of addresses in the store
heap.h 369 // A queue of objects promoted during scavenge. Each object is accompanied
500 // To speed up scavenge collections new space string are kept
    [all...]
gc-idle-time-handler-unittest.cc 294 TEST_F(GCIdleTimeHandlerTest, Scavenge) {
gc-tracer.h 313 // Compute the average scavenge speed in bytes/millisecond.
heap.cc 266 // Is there enough space left in OLD to guarantee that a scavenge can
274 // a scavenge would have succeeded.
279 *reason = "scavenge might not succeed";
804 PrintF("[IncrementalMarking] Scavenge during marking.\n");
    [all...]
  /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.
  /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/ic/
stub-cache.cc 29 // Validate that the name does not move on scavenge, and that we
  /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/src/
global-handles.h 181 // scavenge collections and iterate over sets of handles that are
  /external/chromium_org/v8/test/cctest/
test-constantpool.cc 255 // Ensure we perform a scan on scavenge for the constant pool's page.

Completed in 1062 milliseconds

1 2 3