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

/art/runtime/
H A Dclass_linker.cc7244 ArtMethod* translated_method = vtable->GetElementPtrSize<ArtMethod*>(i, pointer_size); local
7251 translated_method->GetInterfaceMethodIfProxy(pointer_size));
7257 translated_method = new_conflict_method;
7261 translated_method->GetInterfaceMethodIfProxy(pointer_size));
7265 translated_method = miranda_method;
7269 translated_method = translation_it->second.GetTranslation();
7270 auto it = move_table_.find(translated_method);
7272 translated_method = it->second;
7275 auto it = move_table_.find(translated_method);
7276 translated_method
[all...]

Completed in 76 milliseconds