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

  /external/chromium_org/v8/src/heap/
mark-compact-inl.h 61 if (object_page->IsEvacuationCandidate() &&
mark-compact.cc 210 if (p->IsEvacuationCandidate()) continue;
    [all...]
mark-compact.h 577 ->IsEvacuationCandidate();
spaces.h 607 bool IsEvacuationCandidate() { return IsFlagSet(EVACUATION_CANDIDATE); }
    [all...]
spaces.cc 709 chunk->IsEvacuationCandidate());
    [all...]

Completed in 90 milliseconds