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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 356 bool increasedEnoughToGC(size_t, size_t);
ThreadState.cpp 752 bool ThreadState::increasedEnoughToGC(size_t newSize, size_t oldSize)
768 return !m_sweepInProgress && increasedEnoughToGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
    [all...]

Completed in 57 milliseconds