Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h1114 bool LinkMethods(Thread* self,
Dclass_linker.cc6108 if (!LinkMethods(self, klass, interfaces, &new_conflict, imt_data)) { in LinkClass()
6371 bool ClassLinker::LinkMethods(Thread* self, in LinkMethods() function in art::ClassLinker