Home
last modified time | relevance | path

Searched refs:MergeApFiles (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.cpp31 bool PGOProfilerManager::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, in MergeApFiles() function in panda::ecmascript::pgo::PGOProfilerManager
80 bool PGOProfilerManager::MergeApFiles(uint32_t checksum, PGOProfilerDecoder &merger) in MergeApFiles() function in panda::ecmascript::pgo::PGOProfilerManager
H A Dpgo_profiler_manager.h253 static bool PUBLIC_API MergeApFiles(const std::string &inFiles, const std::string &outPath,
255 static bool PUBLIC_API MergeApFiles(uint32_t checksum, PGOProfilerDecoder &merger);
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h97 return pgo::PGOProfilerManager::MergeApFiles(profilerIn, exportAp, hotnessThreshold, in ExportMergedAp()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp171 if (PGOProfilerManager::MergeApFiles(option.GetProfInPath(), option.GetProfOutPath(), in Main()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp300 return PGOProfilerManager::MergeApFiles(checksum, profilerDecoder_); in HandleMergedPgoFile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp1166 ASSERT_TRUE(PGOProfilerManager::MergeApFiles("ark-profiler18/modules.ap:ark-profiler18/modules.ap", in HWTEST_F_L0()
1220 ASSERT_TRUE(PGOProfilerManager::MergeApFiles( in HWTEST_F_L0()

Completed in 5 milliseconds