Searched refs:LinkMethods (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | class_linker.h | 1285 bool LinkMethods(Thread* self,
|
D | class_linker.cc | 6313 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()
|