Home
last modified time | relevance | path

Searched refs:GetCounter (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit-inl.h41 uint32_t old_count = method->GetCounter(); in AddSamples()
H A Dprofile_saver.cc640 const uint16_t counter = method.GetCounter(); in UpdateProfile()
H A Djit_code_cache.cc1507 if (method->GetCounter() < jit_compile_threshold) { in GetProfiledMethods()
/aosp12/art/test/common/
H A Druntime_state.cc357 return method->GetCounter(); in Java_Main_getHotnessCounter()
363 return method->GetCounter(); in Java_Main_getHotnessCounter()
/aosp12/art/libartbase/base/
H A Dvariant_map.h121 size_t GetCounter() const { in GetCounter() function
/aosp12/art/runtime/
H A Dart_method-inl.h420 inline uint16_t ArtMethod::GetCounter() { in GetCounter() function
H A Dart_method.h709 ALWAYS_INLINE uint16_t GetCounter();
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc482 if (m.GetCounter() != 0) { in operator ()()
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc81 uint32_t counter = method->GetCounter(); in UpdateHotness()
H A Dmterp.cc844 uint16_t hotness_count = method->GetCounter(); in MterpSetUpHotnessCountdown()