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

  /external/v8/test/cctest/heap/
test-compaction.cc 21 CHECK(!page->IsFlagSet(Page::COMPACTION_WAS_ABORTED));
  /external/v8/src/heap/
spaces-inl.h 339 if (!IsFlagSet(COMPACTION_WAS_ABORTED)) {
mark-compact.cc     [all...]
spaces.h 454 // |COMPACTION_WAS_ABORTED|: Indicates that the compaction in this page
456 COMPACTION_WAS_ABORTED,
733 !IsFlagSet(COMPACTION_WAS_ABORTED);
    [all...]

Completed in 297 milliseconds