Searched refs:callerId (Results 1 – 2 of 2) sorted by relevance
35 void StartCount(PandaRuntimeTimer *timer, int callerId);48 explicit RuntimeTimerScope(JSThread *thread, int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope() argument55 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()57 RuntimeTimerScope(const EcmaVM *vm, int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope() argument64 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()
33 void EcmaRuntimeStat::StartCount(PandaRuntimeTimer *timer, int callerId) in StartCount() argument40 PandaRuntimeCallerStat *callerStat = &callerStat_[callerId]; in StartCount()