Home
last modified time | relevance | path

Searched refs:hotnessThreshold_ (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp50 return hotnessThreshold_; in GetHotnessThreshold()
85 if (!base::StringHelper::StrToUInt32(optarg, &hotnessThreshold_)) { in ParseCommand()
135 uint32_t hotnessThreshold_ { 1 };
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.h32 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder()
73 hotnessThreshold_ = hotnessThreshold; in SetHotnessThreshold()
78 return hotnessThreshold_; in GetHotnessThreshold()
228 uint32_t hotnessThreshold_ {0};
H A Dpgo_profiler_decoder.cpp41 recordSimpleInfos_ = std::make_unique<PGORecordSimpleInfos>(hotnessThreshold_); in Load()
92 recordDetailInfos_ = std::make_shared<PGORecordDetailInfos>(hotnessThreshold_); in LoadFull()
183 hotnessThreshold_ = 0; in Clear()
242 recordSimpleInfos_ = std::make_unique<PGORecordSimpleInfos>(hotnessThreshold_); in InitMergeData()
H A Dpgo_profiler_encoder.h33 : outDir_(outDir), hotnessThreshold_(hotnessThreshold), mode_(mode) in PGOProfilerEncoder()
109 uint32_t hotnessThreshold_ {2};
H A Dpgo_profiler_encoder.cpp90 globalRecordInfos_ = std::make_shared<PGORecordDetailInfos>(hotnessThreshold_); in InitializeData()
262 PGOProfilerEncoder encoder(realOutPath_, hotnessThreshold_, mode_); in InternalSave()
264 PGOProfilerDecoder decoder(realOutPath_, hotnessThreshold_); in InternalSave()
H A Dpgo_profiler_info.h517 return hotnessThreshold_;
560 uint32_t hotnessThreshold_ {2};
714 return hotnessThreshold_;
755 uint32_t hotnessThreshold_ {2};
H A Dpgo_profiler_info.cpp561 PGORecordDetailInfos::PGORecordDetailInfos(uint32_t hotnessThreshold) : hotnessThreshold_(hotnessThreshold) in PGORecordDetailInfos()
920 if (!methodInfos->ParseFromText(chunk_.get(), hotnessThreshold_, infoStrings)) { in ParseFromText()
952 methodInfos->ProcessToText(hotnessThreshold_, recordName, stream); in ProcessToText()
1137 PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.h48 uint32_t hotnessThreshold_; member
100 profilerDecoder_(jitOptions_.profilerIn_, jitOptions_.hotnessThreshold_) { } in JitCompiler()
H A Daot_compiler.cpp144 profilerDecoder.SetHotnessThreshold(cOptions.hotnessThreshold_); in Main()
H A Daot_compiler_preprocessor.h69 uint32_t hotnessThreshold_; member
H A Djit_compiler.cpp63 hotnessThreshold_ = runtimeOptions.GetPGOHotnessThreshold(); in JitCompilationOptions()
H A Daot_compiler_preprocessor.cpp47 hotnessThreshold_ = runtimeOptions.GetPGOHotnessThreshold(); in CompilationOptions()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h102 return hotnessThreshold_; in GetHotnessThreshold()
236 uint32_t hotnessThreshold_ { 0 };
H A Djit.cpp169 hotnessThreshold_ = options.GetJitHotnessThreshold(); in SetEnableOrDisable()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h44 if (!ExportMergedAp(cOptions.profilerIn_, cOptions.hotnessThreshold_, mergedAp)) { in MergeAndRemoveRuntimeAp()

Completed in 12 milliseconds