Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc499 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in AddMethod()
544 InlineCacheMap* inline_cache = data->FindOrAddMethod(pmi.dex_method_index); in AddMethod()
638 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in ReadMethods()
950 InlineCacheMap* inline_cache = dex_data->FindOrAddMethod(other_method_index); in MergeWith()
1312 ProfileCompilationInfo::DexFileData::FindOrAddMethod(uint16_t method_index) { in FindOrAddMethod() function in art::ProfileCompilationInfo::DexFileData
Dprofile_compilation_info.h334 InlineCacheMap* FindOrAddMethod(uint16_t method_index);