Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4942 for (auto& mir_method : miranda_methods) { in LinkInterfaceMethods() local
4943 if (interface_name_comparator.HasSameNameAndSignature(mir_method)) { in LinkInterfaceMethods()
4944 miranda_method = mir_method; in LinkInterfaceMethods()
4992 for (ArtMethod* mir_method : miranda_methods) { in LinkInterfaceMethods()
4993 out->CopyFrom(mir_method, image_pointer_size_); in LinkInterfaceMethods()
4995 move_table.emplace(mir_method, &*out); in LinkInterfaceMethods()