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 380 bool IsSweepingCompleted(AllocationSpace space);
mark-compact.cc 477 !sweeper().IsSweepingCompleted(space->identity())) {
498 if (!FLAG_concurrent_sweeping || !this->IsSweepingCompleted(space)) {
521 if (!FLAG_concurrent_sweeping || !IsSweepingCompleted(NEW_SPACE)) {
552 bool MarkCompactCollector::Sweeper::IsSweepingCompleted(AllocationSpace space) {
640 sweeper().IsSweepingCompleted(space->identity()));
    [all...]
spaces.cc 404 mc->sweeper().IsSweepingCompleted(NEW_SPACE);
    [all...]

Completed in 349 milliseconds