Home
last modified time | relevance | path

Searched refs:profilerIn_ (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h33 if (cOptions.profilerIn_.empty()) { in MergeAndRemoveRuntimeAp()
38 bool isSingleAp = cOptions.profilerIn_.find(GetFileDelimiter()) == std::string::npos; in MergeAndRemoveRuntimeAp()
40 if (!RenameSingleAp(cOptions.profilerIn_, mergedAp)) { in MergeAndRemoveRuntimeAp()
44 if (!ExportMergedAp(cOptions.profilerIn_, cOptions.hotnessThreshold_, mergedAp)) { in MergeAndRemoveRuntimeAp()
53 cOptions.profilerIn_ = mainPkgArgs->GetMergedApPath(); in MergeAndRemoveRuntimeAp()
54 SetSecurityLabel(cOptions.profilerIn_); in MergeAndRemoveRuntimeAp()
55 ASSERT(!cOptions.profilerIn_.empty()); in MergeAndRemoveRuntimeAp()
H A Dohos_pkg_args.h419 if (pkgArgs->GetPgoDir().empty() && !cOptions.profilerIn_.empty()) { in ParseProfilerPath()
421 arg_list_t apFileNames = base::StringHelper::SplitString(cOptions.profilerIn_, GetFileDelimiter()); in ParseProfilerPath()
427 pkgArgs->GetPgoPaths(cOptions.isEnableBaselinePgo_, cOptions.profilerIn_, cOptions.needMerge_); in ParseProfilerPath()
428 if (cOptions.profilerIn_.empty()) { in ParseProfilerPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp130 if (runtimeOptions.IsPartialCompilerMode() && cOptions.profilerIn_.empty()) { in Main()
142 compilerStats.SetPgoPath(cOptions.profilerIn_); in Main()
145 profilerDecoder.SetInPath(cOptions.profilerIn_); in Main()
H A Djit_compiler.h50 std::string profilerIn_; member
100 profilerDecoder_(jitOptions_.profilerIn_, jitOptions_.hotnessThreshold_) { } in JitCompiler()
H A Daot_compiler_preprocessor.h71 std::string profilerIn_; member
H A Djit_compiler.cpp64 profilerIn_ = std::string(runtimeOptions.GetPGOProfilerPath()); in JitCompilationOptions()
H A Daot_compiler_preprocessor.cpp48 profilerIn_ = std::string(runtimeOptions.GetPGOProfilerPath()); in CompilationOptions()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp197 ASSERT_FALSE(cOptions.profilerIn_.empty()); in HWTEST_F_L0()
225 ASSERT_EQ(cOptions.profilerIn_, mergedAp); in HWTEST_F_L0()
254 ASSERT_EQ(cOptions.profilerIn_, mergedAp); in HWTEST_F_L0()
284 ASSERT_EQ(cOptions.profilerIn_, mergedAp + ":" + runtimeAp); in HWTEST_F_L0()

Completed in 5 milliseconds