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

/art/runtime/
H A Dclass_linker.h1036 bool LinkInterfaceMethods(
1136 // Sets imt_ref appropriately for LinkInterfaceMethods.
H A Dclass_linker.cc5698 // until LinkInterfaceMethods.
5705 && LinkInterfaceMethods(self, klass, default_translations, out_new_conflict, out_imt);
5988 // LinkInterfaceMethods maybe.
5992 // give these entries there until LinkInterfaceMethods so we pass this map around
5995 // to. We will allocate a virtual method slot in LinkInterfaceMethods and fix it up
6830 // Ignore copied methods since we will handle these in LinkInterfaceMethods.
7328 bool ClassLinker::LinkInterfaceMethods( function in class:ClassLinker
7368 "Copying ArtMethods for LinkInterfaceMethods");

Completed in 220 milliseconds