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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 655 json->setInteger("objectSpace", m_stats.totalObjectSpace());
768 return !m_sweepInProgress && increasedEnoughToGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
790 return !m_sweepInProgress && increasedEnoughToForceConservativeGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
    [all...]
HeapTest.cpp 378 size_t used = heapStats->totalObjectSpace();
381 if (heapStats->totalObjectSpace() >= used)
    [all...]
ThreadState.h 222 size_t totalObjectSpace() const { return m_totalObjectSpace; }
Heap.cpp     [all...]

Completed in 1636 milliseconds