Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp77 if (method.GetHotnessCounter() != 0) { in AddClass()
89 auto ret = methodInfoMap.emplace(std::make_pair(GetFullName(method), method->GetHotnessCounter())); in Dump()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_interface.h35 << ", hotness counter: " << ctx.GetMethod()->GetHotnessCounter() << ")"; in GetTaskDescription()
H A Dcompiler_queue_aged_counter_priority.h53 int64_t agedCounter = element->GetContext().GetMethod()->GetHotnessCounter() / std::pow(2, epochs);
H A Dcompiler_queue_counter_priority.h33 counter_ = context_.GetMethod()->GetHotnessCounter(); in CompilationQueueElement()
143 element->UpdateCounter(element->GetContext().GetMethod()->GetHotnessCounter()); in UpdateCounterAndCheck()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h80 static int16_t GetHotnessCounter(uint32_t codeSize, bool cancelThreshold);
H A Dinterpreter-inl.cpp7925 auto hotnessCounter = method->GetHotnessCounter(); in UpdateHotnessCounter()
7995 int16_t EcmaInterpreter::GetHotnessCounter(uint32_t codeSize, bool cancelThreshold) in GetHotnessCounter() function in panda::ecmascript::EcmaInterpreter
H A Dinterpreter_assembly.cpp92 hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); \
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmethod_test.cpp185 EXPECT_EQ(fMethod->GetHotnessCounter(), in TEST_F()
199 EXPECT_EQ(fMethod->GetHotnessCounter(), in TEST_F()
209 EXPECT_EQ(fMethod->GetHotnessCounter(), in TEST_F()
H A Dinterpreter_test.cpp593 EXPECT_EQ(method->GetHotnessCounter(), in TestTwoLabelsJmp()
673 EXPECT_EQ(method->GetHotnessCounter(), in TestTwoLabelsJmpz()
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h228 inline int16_t GetHotnessCounter() const in GetHotnessCounter() function in panda::ecmascript::Method
231 return MethodLiteral::GetHotnessCounter(literalInfo); in GetHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp46 SetHotnessCounter(EcmaInterpreter::GetHotnessCounter(codeSize, cancelThreshold)); in Initialize()
H A Dmethod_literal.h318 static inline int16_t GetHotnessCounter(uint64_t literalInfo) in GetHotnessCounter() function
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp200 if (method.GetHotnessCounter() < Method::GetInitialHotnessCounter()) { in CallBackTranverseResolvedClassAndMethods()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h328 inline int16_t GetHotnessCounter() const in GetHotnessCounter() function in ark::Method::VerificationStage
H A Dmethod-inl.h460 if (GetHotnessCounter() > 0) { in DecrementHotnessCounter()

Completed in 37 milliseconds