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

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

Completed in 18 milliseconds