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

  /external/v8/src/heap/
mark-compact-inl.h 62 if (target_page->IsEvacuationCandidate() &&
76 if (target_page->IsEvacuationCandidate() &&
slots-buffer.cc 63 ->IsEvacuationCandidate()) {
mark-compact.cc 222 if (p->IsEvacuationCandidate()) continue;
726 CHECK(!p->IsEvacuationCandidate());
    [all...]
mark-compact.h 394 ->IsEvacuationCandidate();
spaces.h 692 bool IsEvacuationCandidate() {
698 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE);
    [all...]
spaces.cc 739 chunk->IsEvacuationCandidate());
    [all...]
  /external/v8/test/cctest/heap/
test-compaction.cc 18 CHECK(!page->IsEvacuationCandidate());

Completed in 281 milliseconds