Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h593 ArtMethod** out_imt)
601 ArtMethod** out_imt)
Dclass_linker.cc4387 ArtMethod** out_imt) { in LinkMethods() argument
4402 return LinkInterfaceMethods(self, klass, interfaces, out_imt); // Link interface method last. in LinkMethods()
4661 ArtMethod** out_imt) { in LinkInterfaceMethods() argument
4791 out_imt[i] = super_class->GetEmbeddedImTableEntry(i, image_pointer_size_); in LinkInterfaceMethods()
4814 auto*& imt_ref = out_imt[imt_index]; in LinkInterfaceMethods()
4913 auto** imt_ref = &out_imt[imt_index]; in LinkInterfaceMethods()
5037 auto it = move_table.find(out_imt[i]); in LinkInterfaceMethods()
5039 out_imt[i] = it->second; in LinkInterfaceMethods()