Home
last modified time | relevance | path

Searched defs:GetTargetMethod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dmethod_handle_impl-inl.h50 inline ArtMethod* MethodHandle::GetTargetMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethod() function
/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.h133 MethodReference GetTargetMethod() const { in GetTargetMethod() function
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc1846 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor