Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp163 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in InitializePGOProfiler()
173 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in ResetPGOProfiler()
180 bool EcmaVM::IsEnablePGOProfiler() const in IsEnablePGOProfiler() function in panda::ecmascript::EcmaVM
185 return options_.GetEnableAsmInterpreter() && options_.IsEnablePGOProfiler(); in IsEnablePGOProfiler()
Decma_vm.h125 bool IsEnablePGOProfiler() const;
Djs_runtime_options.h868 bool IsEnablePGOProfiler() const in IsEnablePGOProfiler() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h304 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in GetLiteralFromCache()