Home
last modified time | relevance | path

Searched refs:GetHotnessThreshold (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp48 uint32_t GetHotnessThreshold() const in GetHotnessThreshold() function in panda::ecmascript::pgo::Option
153 option.GetProfOutPath(), option.GetHotnessThreshold())) { in Main()
162 option.GetHotnessThreshold(), ApGenMode::OVERWRITE)) { in Main()
172 option.GetHotnessThreshold(), ApGenMode::OVERWRITE)) { in Main()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_context.h38 virtual uint32_t GetHotnessThreshold() const = 0;
H A Dpgo_profiler_manager.cpp82 uint32_t hotnessThreshold = merger.GetHotnessThreshold(); in MergeApFiles()
H A Dpgo_profiler_decoder.h76 uint32_t GetHotnessThreshold() const in GetHotnessThreshold() function in panda::ecmascript::pgo::PGOProfilerDecoder
H A Dpgo_profiler_info.h515 uint32_t GetHotnessThreshold() const override
712 uint32_t GetHotnessThreshold() const override
H A Dpgo_profiler_info.cpp297 if (info->IsFilter(context.GetHotnessThreshold())) { in ParseFromBinary()
338 if (curMethodInfo->IsFilter(context.GetHotnessThreshold())) { in ProcessToBinary()
497 if (info->IsFilter(context.GetHotnessThreshold())) { in ParseFromBinary()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_context_mock.h46 uint32_t GetHotnessThreshold() const override
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h100 uint32_t GetHotnessThreshold() const in GetHotnessThreshold() function in panda::ecmascript::Jit
H A Djit.cpp98 uint32_t jitHotnessThreshold = GetHotnessThreshold(); in ConfigOptions()

Completed in 7 milliseconds