Searched refs:isConsistentForSweeping (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp863 bool ThreadState::isConsistentForSweeping() function in class:blink::ThreadState
866 if (!m_heaps[i]->isConsistentForSweeping())
927 if (isConsistentForSweeping()) {
H A DThreadState.h389 bool isConsistentForSweeping();
H A DHeap.cpp1303 ASSERT(isConsistentForSweeping());
1331 bool ThreadHeap<Header>::isConsistentForSweeping() function in class:blink::ThreadHeap
1365 ASSERT(isConsistentForSweeping());
2670 bool Heap::isConsistentForSweeping() function in class:Heap
2675 if (!(*it)->isConsistentForSweeping())
H A DHeap.h819 virtual bool isConsistentForSweeping() = 0;
871 virtual bool isConsistentForSweeping();
1062 static bool isConsistentForSweeping();

Completed in 100 milliseconds