Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp52 …runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson("/data/local/ark-profile/100/com.ohos.test… in SetUp()
145 runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson("")); in HWTEST_F_L0()
194 runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson(pgoDir)); in HWTEST_F_L0()
222 runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson(pgoDir)); in HWTEST_F_L0()
252 runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson(pgoDir)); in HWTEST_F_L0()
282 runtimeOptions_.SetCompilerPkgJsonInfo(BuildOhosPkgJson(pgoDir)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp872 SetCompilerPkgJsonInfo(optarg); in ParseCommand()
Djs_runtime_options.h218 void SetCompilerPkgJsonInfo(std::string pkgJsonInfo) in SetCompilerPkgJsonInfo() function