Home
last modified time | relevance | path

Searched refs:mainPkgArgs (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h27 static bool MergeAndRemoveRuntimeAp(CompilationOptions &cOptions, const std::shared_ptr<OhosPkgArgs> &mainPkgArgs) in MergeAndRemoveRuntimeAp() argument
34 LOG_COMPILER(WARN) << "No valid ap files found in : " << mainPkgArgs->GetPgoDir(); in MergeAndRemoveRuntimeAp()
37 std::string mergedAp(mainPkgArgs->GetMergedApPathWithoutCheck()); in MergeAndRemoveRuntimeAp()
47 if (!UnlinkRuntimeAp(mainPkgArgs->GetRuntimeApPath())) { in MergeAndRemoveRuntimeAp()
51 ASSERT(mainPkgArgs != nullptr); in MergeAndRemoveRuntimeAp()
53 cOptions.profilerIn_ = mainPkgArgs->GetMergedApPath(); in MergeAndRemoveRuntimeAp()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp124 const auto& mainPkgArgs = GetMainPkgArgs(); in HandleTargetCompilerMode() local
125 if (!mainPkgArgs) { in HandleTargetCompilerMode()
129 if (!OhosPgoProcessor::MergeAndRemoveRuntimeAp(cOptions, mainPkgArgs)) { in HandleTargetCompilerMode()

Completed in 3 milliseconds