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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 300 , m_pooledWrapperPersistentRegionCount(0)
713 if (m_pooledWrapperPersistentRegionCount) {
715 m_pooledWrapperPersistentRegionCount--;
730 if (m_pooledWrapperPersistentRegionCount < MaxPooledWrapperPersistentRegionCount) {
732 m_pooledWrapperPersistentRegionCount++;
    [all...]
ThreadState.h 690 size_t m_pooledWrapperPersistentRegionCount;

Completed in 412 milliseconds