Home
last modified time | relevance | path

Searched defs:hotnessThreshold (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/loadapbinaryfile_fuzzer/
H A Dloadapbinaryfile_fuzzer.cpp37 uint32_t hotnessThreshold = 0; in LoadAPBinaryFileFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/
H A Dmergewithexistprofile_fuzzer.cpp35 uint32_t hotnessThreshold = dataProvider.ConsumeIntegral<uint32_t>(); in MergeWithExistProfileFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_encoder_mock.h27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.cpp31 bool PGOProfilerManager::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, in MergeApFiles() argument
38 << " ,hotnessThreshold: " << hotnessThreshold; in MergeApFiles() local
82 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles() local
H A Dpgo_profiler_encoder.h32 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder() argument
H A Dpgo_profiler_manager.h42 void Initialize(const std::string &outDir, uint32_t hotnessThreshold) in Initialize() argument
219 bool PUBLIC_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold, in TextToBinary() argument
242 bool PUBLIC_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in BinaryToText() argument
H A Dpgo_profiler_decoder.h31 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder() argument
71 void SetHotnessThreshold(uint32_t hotnessThreshold) in SetHotnessThreshold() argument
H A Dpgo_profiler_info.cpp561 PGORecordDetailInfos::PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos() argument
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h94 static bool ExportMergedAp(const std::string &profilerIn, uint32_t hotnessThreshold, const std::string &exportAp) in ExportMergedAp() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp917 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetJitHotnessThreshold() local
958 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetOsrHotnessThreshold() local
972 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetBaselineJitHotnessThreshold() local
997 GateRef hotnessThreshold = GetJitHotnessThreshold(profileTypeInfo); in IsCompiledOrTryCompile() local

Completed in 8 milliseconds