Home
last modified time | relevance | path

Searched defs:pgoDir (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp76 …static std::string BuildOhosPkgJson(const std::string &pgoDir, const std::string &bundleName = TES… in BuildOhosPkgJson()
133 const char *pgoDir = "ohos-OhosPkgArgsParse"; in HWTEST_F_L0() local
177 const char *pgoDir = "ohos-UseBaselineApFromPgoDir"; in HWTEST_F_L0() local
206 const char *pgoDir = "ohos-UseRuntimeApWhenOnlyRuntimeExits"; in HWTEST_F_L0() local
237 const char *pgoDir = "ohos-UseMergedApWhenOnlyMergedExist"; in HWTEST_F_L0() local
264 const char *pgoDir = "ohos-UseMergedApWhenBothRuntimeAndMergedExist"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h51 std::string pgoDir = cPreprocessor.GetMainPkgArgs()->GetPgoDir(); in CheckArkProfile() local
Dohos_pkg_args.h373 void SetPgoDir(const std::string &pgoDir) in SetPgoDir()