Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc734 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod()
841 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(method_index); in ReadMethods()
1567 InlineCacheMap* inline_cache = dex_data->FindOrAddHotMethod(other_method_index); in MergeWith()
2008 ProfileCompilationInfo::DexFileData::FindOrAddHotMethod(uint16_t method_index) { in FindOrAddHotMethod() function in art::ProfileCompilationInfo::DexFileData
2028 ProfileCompilationInfo::InlineCacheMap* result = FindOrAddHotMethod(index); in AddMethod()
Dprofile_compilation_info.h675 InlineCacheMap* FindOrAddHotMethod(uint16_t method_index);