Searched refs:imt_ref (Results 1 – 1 of 1) sorted by relevance
4814 auto*& imt_ref = out_imt[imt_index]; in LinkInterfaceMethods() local4815 if (imt_ref == unimplemented_method) { in LinkInterfaceMethods()4816 imt_ref = method; in LinkInterfaceMethods()4817 } else if (imt_ref != conflict_method) { in LinkInterfaceMethods()4818 imt_ref = conflict_method; in LinkInterfaceMethods()4913 auto** imt_ref = &out_imt[imt_index]; in LinkInterfaceMethods() local4914 if (*imt_ref == unimplemented_method) { in LinkInterfaceMethods()4915 *imt_ref = vtable_method; in LinkInterfaceMethods()4916 } else if (*imt_ref != conflict_method) { in LinkInterfaceMethods()4920 (*imt_ref)->GetInterfaceMethodIfProxy(image_pointer_size_)); in LinkInterfaceMethods()[all …]