Searched refs:IsEnablePGOProfiler (Results 1 – 4 of 4) sorted by relevance
163 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in InitializePGOProfiler()173 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in ResetPGOProfiler()180 bool EcmaVM::IsEnablePGOProfiler() const in IsEnablePGOProfiler() function in panda::ecmascript::EcmaVM185 return options_.GetEnableAsmInterpreter() && options_.IsEnablePGOProfiler(); in IsEnablePGOProfiler()
125 bool IsEnablePGOProfiler() const;
868 bool IsEnablePGOProfiler() const in IsEnablePGOProfiler() function
304 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in GetLiteralFromCache()