Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc720 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in AddMethod()
772 InlineCacheMap* inline_cache = data->FindOrAddMethod(pmi.ref.index); in AddMethod()
890 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in ReadMethods()
1676 InlineCacheMap* inline_cache = dex_data->FindOrAddMethod(other_method_index); in MergeWith()
2103 ProfileCompilationInfo::DexFileData::FindOrAddMethod(uint16_t method_index) { in FindOrAddMethod() function in art::ProfileCompilationInfo::DexFileData
2123 ProfileCompilationInfo::InlineCacheMap* result = FindOrAddMethod(index); in AddMethod()
Dprofile_compilation_info.h574 InlineCacheMap* FindOrAddMethod(uint16_t method_index);