Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/vmstat/
Druntime_stat.h35 void StartCount(PandaRuntimeTimer *timer, int callerId);
55 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()
64 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()
Druntime_stat.cpp33 void EcmaRuntimeStat::StartCount(PandaRuntimeTimer *timer, int callerId) in StartCount() function in panda::ecmascript::EcmaRuntimeStat