Home
last modified time | relevance | path

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

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