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

/external/v8/src/heap/
H A Dmark-compact.cc1691 if (page->IsFlagSet(Page::COMPACTION_WAS_ABORTED_FOR_TESTING)) {
1692 page->ClearFlag(Page::COMPACTION_WAS_ABORTED_FOR_TESTING);
1694 page->SetFlag(Page::COMPACTION_WAS_ABORTED_FOR_TESTING);
H A Dspaces.h280 // |COMPACTION_WAS_ABORTED_FOR_TESTING|: During stress testing evacuation
283 COMPACTION_WAS_ABORTED_FOR_TESTING = 1u << 16, enumerator in enum:v8::internal::MemoryChunk::Flag

Completed in 191 milliseconds