Home
last modified time | relevance | path

Searched refs:COMPACTION_WAS_ABORTED_FOR_TESTING (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc1255 if (page->IsFlagSet(Page::COMPACTION_WAS_ABORTED_FOR_TESTING)) { in AbortCompactionForTesting()
1256 page->ClearFlag(Page::COMPACTION_WAS_ABORTED_FOR_TESTING); in AbortCompactionForTesting()
1258 page->SetFlag(Page::COMPACTION_WAS_ABORTED_FOR_TESTING); in AbortCompactionForTesting()
Dspaces.h311 COMPACTION_WAS_ABORTED_FOR_TESTING = 1u << 16, enumerator