Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp198 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in InitializePGOProfiler() local
200 pgoProfiler_ = PGOProfilerManager::GetInstance()->Build(this, isEnablePGOProfiler); in InitializePGOProfiler()
203 thread_->SetPGOProfilerEnable(isEnablePGOProfiler); in InitializePGOProfiler()
209 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in ResetPGOProfiler() local
210 PGOProfilerManager::GetInstance()->Reset(pgoProfiler_, isEnablePGOProfiler); in ResetPGOProfiler()
211 thread_->SetPGOProfilerEnable(isEnablePGOProfiler); in ResetPGOProfiler()

Completed in 2 milliseconds