Searched refs:SetRuntimeStatEnable (Results 1 – 6 of 6) sorted by relevance
141 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in EcmaRuntimeStatScope()148 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in ~EcmaRuntimeStatScope()
230 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()235 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
560 thread->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()570 thread->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
278 void SetRuntimeStatEnable(bool flag);
142 void EcmaContext::SetRuntimeStatEnable(bool flag) in SetRuntimeStatEnable() function in panda::ecmascript::EcmaContext
43 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in SetUp()