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

/art/runtime/
H A Dclass_linker.cc5568 // until LinkInterfaceMethods.
5575 && LinkInterfaceMethods(self, klass, default_translations, out_new_conflict, out_imt);
5856 // LinkInterfaceMethods maybe.
5860 // give these entries there until LinkInterfaceMethods so we pass this map around
5863 // to. We will allocate a virtual method slot in LinkInterfaceMethods and fix it up
6650 // Ignore copied methods since we will handle these in LinkInterfaceMethods.
6664 bool ClassLinker::LinkInterfaceMethods( function in class:art::ClassLinker
6739 "Copying ArtMethods for LinkInterfaceMethods");

Completed in 236 milliseconds