Home
last modified time | relevance | path

Searched refs:SetRuntimeStatEnable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Druntime_stat.cpp141 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in EcmaRuntimeStatScope()
148 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in ~EcmaRuntimeStatScope()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp230 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()
235 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp560 thread->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()
570 thread->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h278 void SetRuntimeStatEnable(bool flag);
Decma_context.cpp142 void EcmaContext::SetRuntimeStatEnable(bool flag) in SetRuntimeStatEnable() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp43 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in SetUp()