Searched defs:hotnessThreshold (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/loadapbinaryfile_fuzzer/ |
| D | loadapbinaryfile_fuzzer.cpp | 37 uint32_t hotnessThreshold = 0; in LoadAPBinaryFileFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/ |
| D | mergewithexistprofile_fuzzer.cpp | 34 uint32_t hotnessThreshold = dataProvider.ConsumeIntegral<uint32_t>(); in MergeWithExistProfileFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/mergeapfilesformerger_fuzzer/ |
| D | mergeapfilesformerger_fuzzer.cpp | 50 uint32_t hotnessThreshold = 0; in MergeApFilesForMergerFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | ohos_pgo_processor.h | 94 …static bool ExportMergedAp(const std::string &profilerIn, uint32_t hotnessThreshold, const std::st… in ExportMergedAp()
|
| /arkcompiler/ets_runtime/test/fuzztest/mergeapfiles_fuzzer/ |
| D | mergeapfiles_fuzzer.cpp | 49 uint32_t hotnessThreshold = provider.ConsumeIntegral<uint32_t>(); in MergeApFilesFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.h | 31 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder() 71 void SetHotnessThreshold(uint32_t hotnessThreshold) in SetHotnessThreshold()
|
| D | pgo_profiler_manager.cpp | 37 uint32_t hotnessThreshold, in MergeApFiles() 92 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles() local 158 void PGOProfilerManager::Initialize(const std::string& outDir, uint32_t hotnessThreshold) in Initialize() 436 uint32_t hotnessThreshold) in BinaryToText()
|
| D | pgo_info.cpp | 26 PGOInfo::PGOInfo(uint32_t hotnessThreshold): hotnessThreshold_(hotnessThreshold) in PGOInfo()
|
| D | pgo_profiler_info.cpp | 624 PGORecordDetailInfos::PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessTh… in PGORecordDetailInfos()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 903 …GateRef hotnessThreshold = LoadPrimitive(VariableType::INT16(), profileTypeInfo, hotnessThresholdO… in GetJitHotnessThreshold() local 931 …GateRef hotnessThreshold = LoadPrimitive(VariableType::INT16(), profileTypeInfo, hotnessThresholdO… in GetOsrHotnessThreshold() local 945 …GateRef hotnessThreshold = LoadPrimitive(VariableType::INT16(), profileTypeInfo, hotnessThresholdO… in GetBaselineJitHotnessThreshold() local 971 GateRef hotnessThreshold = GetJitHotnessThreshold(profileTypeInfo); in IsCompiledOrTryCompile() local
|