Searched refs:LinkCode (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | class_linker.h | 559 void LinkCode(Handle<mirror::ArtMethod> method, const OatFile::OatClass* oat_class,
|
D | class_linker.cc | 2627 void ClassLinker::LinkCode(Handle<mirror::ArtMethod> method, const OatFile::OatClass* oat_class, in LinkCode() function in art::ClassLinker 2845 LinkCode(method, oat_class, dex_file, it.GetMemberIndex(), class_def_method_index); in LoadClassMembers() 2866 LinkCode(method, oat_class, dex_file, it.GetMemberIndex(), class_def_method_index); in LoadClassMembers()
|