Home
last modified time | relevance | path

Searched refs:SetCounter (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit-inl.h61 method->SetCounter(new_count); in AddSamples()
H A Djit_code_cache.cc623 method->SetCounter(std::min(jit_warmup_threshold - 1, 1)); in ClearMethodCounter()
797 method->SetCounter(0); in RemoveMethod()
1178 method->SetCounter(new_counter); in GarbageCollectCache()
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc87 method->SetCounter(kNterpHotnessMask); in UpdateHotness()
89 method->SetCounter(new_counter); in UpdateHotness()
/aosp12/art/runtime/
H A Dart_method-inl.h415 inline void ArtMethod::SetCounter(uint16_t hotness_count) { in SetCounter() function
H A Dart_method.h707 ALWAYS_INLINE void SetCounter(uint16_t hotness_count);
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc483 m.SetCounter(0); in operator ()()