HomeSort by relevance Sort by last modified time
    Searched refs:isConsistentForSweeping (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 863 bool ThreadState::isConsistentForSweeping()
866 if (!m_heaps[i]->isConsistentForSweeping())
927 if (isConsistentForSweeping()) {
    [all...]
ThreadState.h 389 bool isConsistentForSweeping();
Heap.cpp     [all...]
Heap.h 819 virtual bool isConsistentForSweeping() = 0;
871 virtual bool isConsistentForSweeping();
    [all...]

Completed in 58 milliseconds