Searched refs:MergeApFiles (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_manager.cpp | 31 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 D | pgo_profiler_manager.h | 253 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 D | ohos_pgo_processor.h | 97 return pgo::PGOProfilerManager::MergeApFiles(profilerIn, exportAp, hotnessThreshold, in ExportMergedAp()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/ |
H A D | main.cpp | 171 if (PGOProfilerManager::MergeApFiles(option.GetProfInPath(), option.GetProfOutPath(), in Main()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | aot_compiler_preprocessor.cpp | 300 return PGOProfilerManager::MergeApFiles(checksum, profilerDecoder_); in HandleMergedPgoFile()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_profiler_test.cpp | 1166 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