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.h40 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()
Dpgo_profiler_loader.h26 PGOProfilerLoader(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerLoader()
Dpgo_profiler_saver.h25 PGOProfilerSaver(const std::string &outDir, uint32_t hotnessThreshold) in PGOProfilerSaver()
Dpgo_profiler_info.h393 explicit PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos()
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_loader.cpp28 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/
Dpass_manager.h105 const std::string &profIn, uint32_t hotnessThreshold) in PassManager()
Daot_compiler.cpp108 uint32_t hotnessThreshold = runtimeOptions.GetPGOHotnessThreshold(); in Main() local