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

  /external/v8/src/heap/
mark-compact.h 450 bool IsSweepingCompleted(AllocationSpace space);
mark-compact.cc 471 !sweeper().IsSweepingCompleted(space->identity())) {
492 if (!FLAG_concurrent_sweeping || !this->IsSweepingCompleted(space)) {
515 if (!FLAG_concurrent_sweeping || !IsSweepingCompleted(NEW_SPACE)) {
546 bool MarkCompactCollector::Sweeper::IsSweepingCompleted(AllocationSpace space) {
634 sweeper().IsSweepingCompleted(space->identity()));
    [all...]
spaces.cc 420 mc->sweeper().IsSweepingCompleted(NEW_SPACE);
    [all...]

Completed in 2908 milliseconds