Searched refs:translated_method (Results 1 – 1 of 1) sorted by relevance
8088 ArtMethod* translated_method = vtable->GetElementPtrSize<ArtMethod*>(i, pointer_size); in UpdateVtable() local8095 translated_method->GetInterfaceMethodIfProxy(pointer_size)); in UpdateVtable()8101 translated_method = new_conflict_method; in UpdateVtable()8105 translated_method->GetInterfaceMethodIfProxy(pointer_size)); in UpdateVtable()8109 translated_method = miranda_method; in UpdateVtable()8113 translated_method = translation_it->second.GetTranslation(); in UpdateVtable()8114 auto it = move_table_.find(translated_method); in UpdateVtable()8116 translated_method = it->second; in UpdateVtable()8119 auto it = move_table_.find(translated_method); in UpdateVtable()8120 translated_method = (it != move_table_.end()) ? it->second : nullptr; in UpdateVtable()[all …]