Searched defs:hotnessThreshold (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 40 void Initialize(const std::string &outDir, uint32_t hotnessThreshold) in Initialize() 108 …_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in TextToBinary() 123 …_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in BinaryToText()
|
| D | pgo_profiler_loader.h | 26 PGOProfilerLoader(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerLoader()
|
| D | pgo_profiler_saver.h | 25 PGOProfilerSaver(const std::string &outDir, uint32_t hotnessThreshold) in PGOProfilerSaver()
|
| D | pgo_profiler_info.h | 393 explicit PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/ |
| D | pgo_profiler_loader.cpp | 28 bool PGOProfilerLoader::Load(const std::string &inPath, uint32_t hotnessThreshold) in Load() 104 bool PGOProfilerLoader::LoadAndVerify(const std::string &inPath, uint32_t hotnessThreshold, uint32_… in LoadAndVerify()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.h | 105 const std::string &profIn, uint32_t hotnessThreshold) in PassManager()
|
| D | aot_compiler.cpp | 108 uint32_t hotnessThreshold = runtimeOptions.GetPGOHotnessThreshold(); in Main() local
|