Home | History | Annotate | Download | only in platform

Lines Matching refs:ASSERT

46         ASSERT(isMainThread());
51 ASSERT(isMainThread());
52 ASSERT(!m_refCount);
53 ASSERT(m_deletionHasBegun);
54 ASSERT(!m_adoptionIsRequired);
60 ASSERT(isMainThread());
61 ASSERT(!m_deletionHasBegun);
62 ASSERT(!m_inRemovedLastRefFunction);
63 ASSERT(!m_adoptionIsRequired);
69 ASSERT(isMainThread());
70 ASSERT(m_refCount >= 0);
71 ASSERT(!m_deletionHasBegun);
72 ASSERT(!m_inRemovedLastRefFunction);
73 ASSERT(!m_adoptionIsRequired);
85 ASSERT(!m_deletionHasBegun);
86 ASSERT(!m_inRemovedLastRefFunction);
114 ASSERT(!object->m_deletionHasBegun);
115 ASSERT(!object->m_inRemovedLastRefFunction);