Searched defs:hotnessThreshold (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 45 void Initialize(const std::string &outDir, uint32_t hotnessThreshold) in Initialize() 123 …_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold, in TextToBinary() 139 …_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in BinaryToText()
|
| D | pgo_profiler_manager.cpp | 27 …er::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, in MergeApFiles() 70 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles() local
|
| D | pgo_profiler_encoder.h | 28 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder()
|
| D | pgo_profiler_decoder.h | 30 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder()
|
| D | pgo_profiler_info.h | 1013 explicit PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.h | 176 const std::string &profIn, uint32_t hotnessThreshold, PassOptions *passOptions) in PassManager()
|
| D | aot_compiler.cpp | 173 uint32_t hotnessThreshold = runtimeOptions.GetPGOHotnessThreshold(); in Main() local
|