Home
last modified time | relevance | path

Searched refs:EcmaRuntimeStatScope (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.h55 class EcmaRuntimeStatScope { class
57 explicit EcmaRuntimeStatScope(EcmaVM *vm);
58 virtual ~EcmaRuntimeStatScope();
H A Druntime_stat.cpp137 EcmaRuntimeStatScope::EcmaRuntimeStatScope(EcmaVM *vm) : vm_(vm) in EcmaRuntimeStatScope() function in panda::ecmascript::EcmaRuntimeStatScope
144 EcmaRuntimeStatScope::~EcmaRuntimeStatScope() in ~EcmaRuntimeStatScope()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp341 EcmaRuntimeStatScope runtimeStatScope(vm_); in CommonInvokeEcmaEntrypoint()
345 EcmaRuntimeStatScope runtimeStatScope(vm_); in CommonInvokeEcmaEntrypoint()
351 EcmaRuntimeStatScope runtimeStatScope(vm_); in CommonInvokeEcmaEntrypoint()
356 EcmaRuntimeStatScope runtimeStatScope(vm_); in CommonInvokeEcmaEntrypoint()
459 EcmaRuntimeStatScope runtimeStateScope(vm_); in CJSExecution()
479 EcmaRuntimeStatScope runtimeStatScope(vm_); in CJSExecution()

Completed in 3 milliseconds