Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dtime_utils_test.cpp64 Timer timer(&duration); in TEST_F() local
72 Timer timer(&duration); in TEST_F() local
79 Timer timer(&duration, true); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp60 auto *timer = new uv_timer_t(); in StartTimer() local
85 void TimerModule::TimerCallback(uv_timer_t *timer) in TimerCallback()
102 void TimerModule::DisarmTimer(uv_timer_t *timer) in DisarmTimer()
110 void TimerModule::FreeTimer(uv_handle_t *timer) in FreeTimer()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.cpp64 PandaRuntimeTimer *timer = this; in Snapshot() local
Druntime_stat.cpp29 void EcmaRuntimeStat::StartCount(PandaRuntimeTimer *timer, int callerId) in StartCount()
Dfunction_call_timer.cpp78 PandaRuntimeTimer timer; in InitialStatAndTimer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp88 MPLTimer timer; in DoCG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_support.h131 MPLTimer timer; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp91 time::Timer timer(&youngTotalTime, true); in RunPhasesImpl() local
160 time::Timer timer(&youngPauseTime, true); in RunYoungGC() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1268 time::Timer timer(&youngPauseTime, true); in RunGC() local