Searched refs:m_liveWrapperPersistents (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp298 , m_liveWrapperPersistents(new WrapperPersistentRegion())
340 while (m_liveWrapperPersistents) {
341 WrapperPersistentRegion* region = WrapperPersistentRegion::removeHead(&m_liveWrapperPersistents);
581 WrapperPersistentRegion::trace(m_liveWrapperPersistents, visitor);
720 WrapperPersistentRegion::insertHead(&m_liveWrapperPersistents, region);
726 if (!region->removeIfNotLast(&m_liveWrapperPersistents))
H A DThreadState.h558 ASSERT(m_liveWrapperPersistents);
559 return m_liveWrapperPersistents;
688 WrapperPersistentRegion* m_liveWrapperPersistents; member in class:blink::ThreadState

Completed in 214 milliseconds