Searched refs:LinkMethod (Results 1 – 4 of 4) sorted by relevance
209 oat_method.LinkMethod(method); in MakeExecutable()221 oat_method.LinkMethod(method); in MakeExecutable()227 oat_method.LinkMethod(method); in MakeExecutable()
94 void LinkMethod(mirror::ArtMethod* method) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
595 void OatFile::OatMethod::LinkMethod(mirror::ArtMethod* method) const { in LinkMethod() function in art::OatFile::OatMethod
2643 oat_method.LinkMethod(method.Get()); in LinkCode()