Searched defs:MyTimer (Results 1 – 3 of 3) sorted by relevance
229 const Timer* MyTimer = MyTimers[idx].get(); in dump() local239 const Timer* MyTimer = MyTimers[idx].get(); in dump() local256 Timer &MyTimer = getPassTimer(PassID, /*IsPass*/ true); in startPassTimer() local279 Timer &MyTimer = getPassTimer(PassID, /*IsPass*/ false); in startAnalysisTimer() local287 Timer *MyTimer = AnalysisActiveTimerStack.pop_back_val(); in stopAnalysisTimer() local
201 const Timer *MyTimer = I.second.get(); in dump() local208 const Timer *MyTimer = I.second.get(); in dump() local216 Timer &MyTimer = getPassTimer(PassID); in startTimer() local224 Timer *MyTimer = TimerStack.pop_back_val(); in stopTimer() local
58 class MyTimer extends SIPStackTimerTask { class in Pipeline63 protected MyTimer(Pipeline pipeline) { in MyTimer() method in Pipeline.MyTimer