Searched refs:GetHotnessCounter (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
H A D | dprofiler.cpp | 77 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 D | compiler_queue_interface.h | 35 << ", hotness counter: " << ctx.GetMethod()->GetHotnessCounter() << ")"; in GetTaskDescription()
|
H A D | compiler_queue_aged_counter_priority.h | 53 int64_t agedCounter = element->GetContext().GetMethod()->GetHotnessCounter() / std::pow(2, epochs);
|
H A D | compiler_queue_counter_priority.h | 33 counter_ = context_.GetMethod()->GetHotnessCounter(); in CompilationQueueElement() 143 element->UpdateCounter(element->GetContext().GetMethod()->GetHotnessCounter()); in UpdateCounterAndCheck()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter.h | 80 static int16_t GetHotnessCounter(uint32_t codeSize, bool cancelThreshold);
|
H A D | interpreter-inl.cpp | 7925 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 D | interpreter_assembly.cpp | 92 hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); \
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | method_test.cpp | 185 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 D | interpreter_test.cpp | 593 EXPECT_EQ(method->GetHotnessCounter(), in TestTwoLabelsJmp() 673 EXPECT_EQ(method->GetHotnessCounter(), in TestTwoLabelsJmpz()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | method.h | 228 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 D | method_literal.cpp | 46 SetHotnessCounter(EcmaInterpreter::GetHotnessCounter(codeSize, cancelThreshold)); in Initialize()
|
H A D | method_literal.h | 318 static inline int16_t GetHotnessCounter(uint64_t literalInfo) in GetHotnessCounter() function
|
/arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
H A D | profile_saver.cpp | 200 if (method.GetHotnessCounter() < Method::GetInitialHotnessCounter()) { in CallBackTranverseResolvedClassAndMethods()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | method.h | 328 inline int16_t GetHotnessCounter() const in GetHotnessCounter() function in ark::Method::VerificationStage
|
H A D | method-inl.h | 460 if (GetHotnessCounter() > 0) { in DecrementHotnessCounter()
|
Completed in 37 milliseconds