Home
last modified time | relevance | path

Searched refs:IsConcurrentSweepingInProgress (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
Dincremental-marking.cc539 if (!heap_->mark_compact_collector()->IsConcurrentSweepingInProgress()) { in Start()
883 if (heap_->mark_compact_collector()->IsConcurrentSweepingInProgress() && in Step()
887 if (!heap_->mark_compact_collector()->IsConcurrentSweepingInProgress()) { in Step()
Dmark-compact.h673 bool IsConcurrentSweepingInProgress();
Dspaces.cc2549 ASSERT(heap()->mark_compact_collector()->IsConcurrentSweepingInProgress() || in SizeOfObjects()
2585 if (collector->IsConcurrentSweepingInProgress()) { in WaitForSweeperThreadsAndRetryAllocation()
2601 if (collector->IsConcurrentSweepingInProgress()) { in SlowAllocateRaw()
Dmark-compact.cc649 bool MarkCompactCollector::IsConcurrentSweepingInProgress() { in IsConcurrentSweepingInProgress() function in v8::internal::MarkCompactCollector
959 if (IsConcurrentSweepingInProgress()) { in Prepare()
Disolate.cc1576 heap_.mark_compact_collector()->IsConcurrentSweepingInProgress()) { in Deinit()
Dheap.cc4343 mark_compact_collector()->IsConcurrentSweepingInProgress()) { in IdleNotification()
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc47 if (collector->IsConcurrentSweepingInProgress()) { in SimulateIncrementalMarking()
1597 if (collector->IsConcurrentSweepingInProgress()) { in TEST()
1624 if (collector->IsConcurrentSweepingInProgress()) { in TEST()