Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h1285 bool LinkMethods(Thread* self,
Dclass_linker.cc6313 if (!LinkMethods(self, klass, interfaces, &new_conflict, imt_data)) { in LinkClass()
7426 bool LinkMethods(
8783 bool ClassLinker::LinkMethodsHelper<kPointerSize>::LinkMethods( in LinkMethods() function in art::ClassLinker::LinkMethodsHelper
9049 bool ClassLinker::LinkMethods(Thread* self, in LinkMethods() function in art::ClassLinker
9059 return helper.LinkMethods(self, klass, interfaces, out_new_conflict, out_imt); in LinkMethods()
9064 return helper.LinkMethods(self, klass, interfaces, out_new_conflict, out_imt); in LinkMethods()