Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp163 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in InitializePGOProfiler() local
165 pgoProfiler_ = PGOProfilerManager::GetInstance()->Build(this, isEnablePGOProfiler); in InitializePGOProfiler()
167 thread_->SetPGOProfilerEnable(isEnablePGOProfiler); in InitializePGOProfiler()
173 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in ResetPGOProfiler() local
174 PGOProfilerManager::GetInstance()->Reset(pgoProfiler_, isEnablePGOProfiler); in ResetPGOProfiler()
175 thread_->SetPGOProfilerEnable(isEnablePGOProfiler); in ResetPGOProfiler()