Home
last modified time | relevance | path

Searched refs:GetCounter (Results 1 – 9 of 9) 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.cc1527 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.h412 inline uint16_t ArtMethod::GetCounter() { in GetCounter() function
Dart_method.h716 ALWAYS_INLINE uint16_t GetCounter() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Ddalvik_system_VMRuntime.cc751 if (m.GetCounter() != 0) { in operator ()()
/art/runtime/interpreter/mterp/
Dmterp.cc886 uint16_t hotness_count = method->GetCounter(); in MterpSetUpHotnessCountdown()