Searched refs:GetCounter (Results 1 – 9 of 9) sorted by relevance
41 uint32_t old_count = method->GetCounter(); in AddSamples()
386 const uint16_t counter = method.GetCounter(); in SampleClassesAndExecutedMethods()
1527 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
412 inline uint16_t ArtMethod::GetCounter() { in GetCounter() function
716 ALWAYS_INLINE uint16_t GetCounter() REQUIRES_SHARED(Locks::mutator_lock_);
751 if (m.GetCounter() != 0) { in operator ()()
886 uint16_t hotness_count = method->GetCounter(); in MterpSetUpHotnessCountdown()