Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp34 …er::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, in MergeApFiles()
77 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles() local
Dpgo_profiler_manager.h42 void Initialize(const std::string &outDir, uint32_t hotnessThreshold) in Initialize()
211 …_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold, in TextToBinary()
234 …_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in BinaryToText()
Dpgo_profiler_decoder.h31 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder()
71 void SetHotnessThreshold(uint32_t hotnessThreshold) in SetHotnessThreshold()
Dpgo_profiler_encoder.h32 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder()
Dpgo_profiler_info.cpp546 PGORecordDetailInfos::PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessTh… in PGORecordDetailInfos()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_encoder_mock.h27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pgo_processor.h92 …static bool ExportMergedAp(const std::string &profilerIn, uint32_t hotnessThreshold, const std::st… in ExportMergedAp()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp842 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetJitHotnessThreshold() local
853 GateRef hotnessThreshold = GetJitHotnessThreshold(profileTypeInfo); in IsHotForJitCompiling() local
873 GateRef hotnessThreshold = GetJitHotnessThreshold(profileTypeInfo); in TryJitCompile() local