Home
last modified time | relevance | path

Searched defs:hotnessThreshold (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h45 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()
Dpgo_profiler_manager.cpp27 …er::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, in MergeApFiles()
70 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles() local
Dpgo_profiler_encoder.h28 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder()
Dpgo_profiler_decoder.h30 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder()
Dpgo_profiler_info.h1013 explicit PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h176 const std::string &profIn, uint32_t hotnessThreshold, PassOptions *passOptions) in PassManager()
Daot_compiler.cpp173 uint32_t hotnessThreshold = runtimeOptions.GetPGOHotnessThreshold(); in Main() local