Searched refs:GetCounter (Results 1 – 10 of 10) sorted by relevance
41 uint32_t old_count = method->GetCounter(); in AddSamples()
386 const uint16_t counter = method.GetCounter(); in SampleClassesAndExecutedMethods()
1634 if (method->GetCounter() < jit_compile_threshold) { in GetProfiledMethods()
354 return method->GetCounter(); in Java_Main_getHotnessCounter()360 return method->GetCounter(); in Java_Main_getHotnessCounter()
121 size_t GetCounter() const { in GetCounter() function
414 inline uint16_t ArtMethod::GetCounter() { in GetCounter() function
714 ALWAYS_INLINE uint16_t GetCounter() REQUIRES_SHARED(Locks::mutator_lock_);
90 uint32_t counter = method->GetCounter(); in UpdateHotness()
885 uint16_t hotness_count = method->GetCounter(); in MterpSetUpHotnessCountdown()
743 if (m.GetCounter() != 0) { in operator ()()