Searched refs:LinkCode (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker.h559 void LinkCode(Handle<mirror::ArtMethod> method, const OatFile::OatClass* oat_class,
H A Dclass_linker.cc2575 // Link the code of methods skipped by LinkCode.
2627 void ClassLinker::LinkCode(Handle<mirror::ArtMethod> method, const OatFile::OatClass* oat_class, function in class:art::ClassLinker
2845 LinkCode(method, oat_class, dex_file, it.GetMemberIndex(), class_def_method_index);
2866 LinkCode(method, oat_class, dex_file, it.GetMemberIndex(), class_def_method_index);

Completed in 109 milliseconds