Searched refs:GetHotnessCounter (Results 1 – 6 of 6) sorted by relevance
78 if (method.GetHotnessCounter() != 0) { in AddClass()90 …to ret = method_info_map.emplace(std::make_pair(GetFullName(method), method->GetHotnessCounter())); in Dump()
171 EXPECT_EQ(f_method->GetHotnessCounter(), 0U); in TEST_F()184 EXPECT_EQ(f_method->GetHotnessCounter(), 1U); in TEST_F()193 EXPECT_EQ(f_method->GetHotnessCounter(), 2U); in TEST_F()
573 EXPECT_EQ(method->GetHotnessCounter(), r == 1 ? 1U : 0U) << ss.str(); in TestConditionalJmp()644 EXPECT_EQ(method->GetHotnessCounter(), r == 1 ? 1U : 0U) << ss.str(); in TestConditionalJmpz()3528 EXPECT_EQ(resolved_method->GetHotnessCounter(), 1U); in TEST_F()3568 EXPECT_EQ(resolved_method->GetHotnessCounter(), 1U); in TEST_F()3608 EXPECT_EQ(resolved_method->GetHotnessCounter(), 1U); in TEST_F()
258 inline uint32_t GetHotnessCounter() const in GetHotnessCounter() function
405 hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); \419 auto hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); in RunInternal()768 hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); in HandleReturnDyn()801 hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); in HandleReturnUndefinedPref()
3823 auto hotnessCounter = static_cast<int32_t>(method->GetHotnessCounter()); in UpdateHotnessCounter()