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()
283 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()288 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
712 thread->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()722 thread->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
44 vm_->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in SetUp()
339 void SetRuntimeStatEnable(bool flag);
164 void EcmaContext::SetRuntimeStatEnable(bool flag) in SetRuntimeStatEnable() function in panda::ecmascript::EcmaContext