Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h41 uint32_t old_count = method->GetCounter(); in AddSamples()
Dprofile_saver.cc386 const uint16_t counter = method.GetCounter(); in SampleClassesAndExecutedMethods()
Djit_code_cache.cc1634 if (method->GetCounter() < jit_compile_threshold) { in GetProfiledMethods()
/art/test/common/
Druntime_state.cc354 return method->GetCounter(); in Java_Main_getHotnessCounter()
360 return method->GetCounter(); in Java_Main_getHotnessCounter()
/art/libartbase/base/
Dvariant_map.h121 size_t GetCounter() const { in GetCounter() function
/art/runtime/
Dart_method-inl.h414 inline uint16_t ArtMethod::GetCounter() { in GetCounter() function
Dart_method.h714 ALWAYS_INLINE uint16_t GetCounter() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/interpreter/mterp/
Dnterp.cc90 uint32_t counter = method->GetCounter(); in UpdateHotness()
Dmterp.cc885 uint16_t hotness_count = method->GetCounter(); in MterpSetUpHotnessCountdown()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc743 if (m.GetCounter() != 0) { in operator ()()