Home
last modified time | relevance | path

Searched refs:LinkMethod (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc209 oat_method.LinkMethod(method); in MakeExecutable()
221 oat_method.LinkMethod(method); in MakeExecutable()
227 oat_method.LinkMethod(method); in MakeExecutable()
/art/runtime/
Doat_file.h94 void LinkMethod(mirror::ArtMethod* method) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Doat_file.cc595 void OatFile::OatMethod::LinkMethod(mirror::ArtMethod* method) const { in LinkMethod() function in art::OatFile::OatMethod
Dclass_linker.cc2643 oat_method.LinkMethod(method.Get()); in LinkCode()