Searched defs:LinkInterfaceMethods (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc5612 // until LinkInterfaceMethods.
5619 && LinkInterfaceMethods(self, klass, default_translations, out_new_conflict, out_imt);
5902 // LinkInterfaceMethods maybe.
5906 // give these entries there until LinkInterfaceMethods so we pass this map around
5909 // to. We will allocate a virtual method slot in LinkInterfaceMethods and fix it up
6744 // Ignore copied methods since we will handle these in LinkInterfaceMethods.
7245 bool ClassLinker::LinkInterfaceMethods( function in class:ClassLinker
7285 "Copying ArtMethods for LinkInterfaceMethods");

Completed in 141 milliseconds