Searched refs:isEnablePGOProfiler (Results 1 – 1 of 1) sorted by relevance
163 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in InitializePGOProfiler() local165 pgoProfiler_ = PGOProfilerManager::GetInstance()->Build(this, isEnablePGOProfiler); in InitializePGOProfiler()167 thread_->SetPGOProfilerEnable(isEnablePGOProfiler); in InitializePGOProfiler()173 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in ResetPGOProfiler() local174 PGOProfilerManager::GetInstance()->Reset(pgoProfiler_, isEnablePGOProfiler); in ResetPGOProfiler()175 thread_->SetPGOProfilerEnable(isEnablePGOProfiler); in ResetPGOProfiler()