Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1246 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod()
1902 InlineCacheMap* inline_cache = dex_data->FindOrAddHotMethod(other_method_index); in MergeWith()
2239 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod() function in art::ProfileCompilationInfo::DexFileData
2260 ProfileCompilationInfo::InlineCacheMap* result = FindOrAddHotMethod(index); in AddMethod()
2753 InlineCacheMap* inline_cache = FindOrAddHotMethod(method_index); in ReadMethods()
H A Dprofile_compilation_info.h819 InlineCacheMap* FindOrAddHotMethod(uint16_t method_index);