Searched refs:m_pooledWrapperPersistentRegionCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp300 , m_pooledWrapperPersistentRegionCount(0)
713 if (m_pooledWrapperPersistentRegionCount) {
715 m_pooledWrapperPersistentRegionCount--;
730 if (m_pooledWrapperPersistentRegionCount < MaxPooledWrapperPersistentRegionCount) {
732 m_pooledWrapperPersistentRegionCount++;
H A DThreadState.h690 size_t m_pooledWrapperPersistentRegionCount; member in class:blink::ThreadState

Completed in 590 milliseconds