Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/vmstat/
Druntime_stat.h35 void StartCount(PandaRuntimeTimer *timer, int callerId);
48 explicit RuntimeTimerScope(JSThread *thread, int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope() argument
55 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()
57 RuntimeTimerScope(const EcmaVM *vm, int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope() argument
64 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()
Druntime_stat.cpp33 void EcmaRuntimeStat::StartCount(PandaRuntimeTimer *timer, int callerId) in StartCount() argument
40 PandaRuntimeCallerStat *callerStat = &callerStat_[callerId]; in StartCount()