Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp560 SetPGOProfilerPath(optarg); in ParseCommand()
860 SetPGOProfilerPath(""); in SetOptionsForTargetCompilation()
Djs_runtime_options.h888 void SetPGOProfilerPath(const std::string& value) in SetPGOProfilerPath() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp305 runtimeOptions.SetPGOProfilerPath(option.GetProfileDir()); in CreateJSVM()