Searched refs:GetCounter (Results 1 – 10 of 10) sorted by relevance
41 uint32_t old_count = method->GetCounter(); in AddSamples()
640 const uint16_t counter = method.GetCounter(); in UpdateProfile()
1507 if (method->GetCounter() < jit_compile_threshold) { in GetProfiledMethods()
357 return method->GetCounter(); in Java_Main_getHotnessCounter()363 return method->GetCounter(); in Java_Main_getHotnessCounter()
121 size_t GetCounter() const { in GetCounter() function
420 inline uint16_t ArtMethod::GetCounter() { in GetCounter() function
709 ALWAYS_INLINE uint16_t GetCounter();
482 if (m.GetCounter() != 0) { in operator ()()
81 uint32_t counter = method->GetCounter(); in UpdateHotness()
844 uint16_t hotness_count = method->GetCounter(); in MterpSetUpHotnessCountdown()