Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6932 ArtMethod* translated_method = vtable->GetElementPtrSize<ArtMethod*>( in LinkInterfaceMethods() local
6941 translated_method->GetInterfaceMethodIfProxy(image_pointer_size_)); in LinkInterfaceMethods()
6945 translated_method = new_conflict_method; in LinkInterfaceMethods()
6949 translated_method->GetInterfaceMethodIfProxy(image_pointer_size_)); in LinkInterfaceMethods()
6953 translated_method = miranda_method; in LinkInterfaceMethods()
6957 translated_method = translation_it->second.GetTranslation(); in LinkInterfaceMethods()
6961 DCHECK(translated_method != nullptr); in LinkInterfaceMethods()
6962 auto it = move_table.find(translated_method); in LinkInterfaceMethods()