Home
last modified time | relevance | path

Searched refs:threadGlobalTimerHeap (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.cpp47 static Vector<TimerBase*>& threadGlobalTimerHeap() in threadGlobalTimerHeap() function
127 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()