Searched refs:threadGlobalTimerHeap (Results 1 – 1 of 1) sorted by relevance
47 static Vector<TimerBase*>& threadGlobalTimerHeap() in threadGlobalTimerHeap() function127 ASSERT(m_pointer >= threadGlobalTimerHeap().data()); in checkConsistency()128 ASSERT(m_pointer <= threadGlobalTimerHeap().data() + threadGlobalTimerHeap().size()); in checkConsistency()129 ASSERT_UNUSED(offset, m_pointer + offset >= threadGlobalTimerHeap().data()); in checkConsistency()130 …ASSERT_UNUSED(offset, m_pointer + offset <= threadGlobalTimerHeap().data() + threadGlobalTimerHeap… in checkConsistency()236 ASSERT(timerHeap() == threadGlobalTimerHeap()); in checkHeapIndex()373 m_cachedThreadGlobalTimerHeap = &threadGlobalTimerHeap(); in setNextFireTime()