Searched defs:hotnessThreshold (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_encoder_mock.h | 27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.cpp | 31 …er::MergeApFiles(const std::string &inFiles, const std::string &outPath, uint32_t hotnessThreshold, in MergeApFiles() 82 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles() local
|
| D | pgo_profiler_manager.h | 42 void Initialize(const std::string &outDir, uint32_t hotnessThreshold) in Initialize() 219 …_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold, in TextToBinary() 242 …_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in BinaryToText()
|
| 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_encoder.h | 32 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder()
|
| D | pgo_profiler_info.cpp | 557 PGORecordDetailInfos::PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessTh… in PGORecordDetailInfos()
|
| /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 | 35 uint32_t hotnessThreshold = dataProvider.ConsumeIntegral<uint32_t>(); in MergeWithExistProfileFuzzTest() 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/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 900 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetJitHotnessThreshold() local 941 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetOsrHotnessThreshold() local 955 GateRef hotnessThreshold = Load(VariableType::INT16(), profileTypeInfo, hotnessThresholdOffset); in GetBaselineJitHotnessThreshold() local 980 GateRef hotnessThreshold = GetJitHotnessThreshold(profileTypeInfo); in IsCompiledOrTryCompile() local
|