Searched refs:profilerIn_ (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | ohos_pgo_processor.h | 33 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 D | ohos_pkg_args.h | 419 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 D | aot_compiler.cpp | 130 if (runtimeOptions.IsPartialCompilerMode() && cOptions.profilerIn_.empty()) { in Main() 142 compilerStats.SetPgoPath(cOptions.profilerIn_); in Main() 145 profilerDecoder.SetInPath(cOptions.profilerIn_); in Main()
|
H A D | jit_compiler.h | 50 std::string profilerIn_; member 100 profilerDecoder_(jitOptions_.profilerIn_, jitOptions_.hotnessThreshold_) { } in JitCompiler()
|
H A D | aot_compiler_preprocessor.h | 71 std::string profilerIn_; member
|
H A D | jit_compiler.cpp | 64 profilerIn_ = std::string(runtimeOptions.GetPGOProfilerPath()); in JitCompilationOptions()
|
H A D | aot_compiler_preprocessor.cpp | 48 profilerIn_ = std::string(runtimeOptions.GetPGOProfilerPath()); in CompilationOptions()
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | ohos_test.cpp | 197 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