Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp551 SetEnablePGOProfiler(argBool); in ParseCommand()
Djs_runtime_options.h863 void SetEnablePGOProfiler(bool value) in SetEnablePGOProfiler() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp304 runtimeOptions.SetEnablePGOProfiler(option.GetEnableProfile()); in CreateJSVM()
650 jsOption.SetEnablePGOProfiler(option.GetEnableProfile()); in PostFork()