Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4814 auto*& imt_ref = out_imt[imt_index]; in LinkInterfaceMethods() local
4815 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() local
4914 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 …]