Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc657 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in AddMethod()
709 InlineCacheMap* inline_cache = data->FindOrAddMethod(pmi.ref.index); in AddMethod()
827 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in ReadMethods()
1528 InlineCacheMap* inline_cache = dex_data->FindOrAddMethod(other_method_index); in MergeWith()
1965 ProfileCompilationInfo::DexFileData::FindOrAddMethod(uint16_t method_index) { in FindOrAddMethod() function in art::ProfileCompilationInfo::DexFileData
Dprofile_compilation_info.h527 InlineCacheMap* FindOrAddMethod(uint16_t method_index);