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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 558 ASSERT(m_liveWrapperPersistents);
559 return m_liveWrapperPersistents;
688 WrapperPersistentRegion* m_liveWrapperPersistents;
ThreadState.cpp 298 , 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))
    [all...]

Completed in 156 milliseconds