Searched defs:LinkCode (Results 1 - 1 of 1) sorted by path

/art/runtime/
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 213 milliseconds