Searched refs:concurrent_sweeping_state (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/heap/
H A Dmark-compact.cc3467 p->concurrent_sweeping_state().SetValue(Page::kSweepingDone);
3894 page->concurrent_sweeping_state().Value());
3895 page->concurrent_sweeping_state().SetValue(Page::kSweepingInProgress);
3929 page->concurrent_sweeping_state().SetValue(Page::kSweepingPending);
3975 p->concurrent_sweeping_state().SetValue(Page::kSweepingInProgress);
H A Dspaces.h412 base::AtomicValue<ConcurrentSweepingState>& concurrent_sweeping_state() { function in class:v8::internal::MemoryChunk
417 return concurrent_sweeping_state().Value() == kSweepingDone;
H A Dspaces.cc537 chunk->concurrent_sweeping_state().SetValue(kSweepingDone);

Completed in 142 milliseconds