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

  /external/v8/src/
v8globals.h 201 enum GarbageCollector { SCAVENGER, MARK_COMPACTOR };
global-handles.cc 535 if (collector == SCAVENGER) {
heap.cc 286 return SCAVENGER;
500 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) {
519 collector = SCAVENGER;
535 HistogramTimer* rate = (collector == SCAVENGER)
546 ASSERT(collector == SCAVENGER || incremental_marking()->IsStopped());
560 PerformGarbageCollection(SCAVENGER, &tracer);
767 if (collector != SCAVENGER) {
844 // To decrease scavenger pauses and final mark-sweep pauses, we
    [all...]

Completed in 30 milliseconds