Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc632 static void ClearMethodCounter(ArtMethod* method, bool was_warm) in ClearMethodCounter() function
730 ClearMethodCounter(method, /*was_warm=*/ false); in Commit()
1388 ClearMethodCounter(info->GetMethod(), /*was_warm=*/ true); in DoCollection()
1740 ClearMethodCounter(method, /*was_warm=*/ false); in NotifyCompilationOf()
1796 ClearMethodCounter(method, /*was_warm=*/ false); in NotifyCompilationOf()
1856 ClearMethodCounter(meth, /*was_warm=*/true); in InvalidateAllCompiledCode()
1889 ClearMethodCounter(method, /*was_warm=*/ profiling_info != nullptr); in InvalidateCompiledCodeFor()