HomeSort by relevance Sort by last modified time
    Searched refs:Scavenge (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 99 // Use a background thread to periodically scavenge memory to release back to the system
841 // fetch too many at a time, we end up having to scavenge too often
    [all...]
  /external/v8/src/
heap.h 257 // A queue of objects promoted during scavenge. Each object is accompanied
316 // To speed up scavenge collections new space string are kept
    [all...]
heap.cc 262 // Is there enough space left in OLD to guarantee that a scavenge can
270 // a scavenge would have succeeded.
766 Scavenge();
931 // data has survived scavenge since the last expansion.
938 void Heap::Scavenge() {
943 gc_state_ = SCAVENGE;
962 LOG(isolate_, ResourceEvent("scavenge", "begin"));
    [all...]

Completed in 43 milliseconds