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

  /external/v8/src/
spaces-inl.h 86 if ((heap_->gc_state() == Heap::SCAVENGE) && IsWatermarkValid()) {
87 // When iterating intergenerational references during scavenge
271 if (heap_->gc_state() == Heap::SCAVENGE) {
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 64 milliseconds