Searched refs:GetTargetMethod (Results 1 – 8 of 8) sorted by relevance
49 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal()
62 result = v->VisitMethod(GetTargetMethod(), hrsi); in VisitTarget()
82 ArtMethod* GetTargetMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethod() function
133 MethodReference GetTargetMethod() const { in GetTargetMethod() function
487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
733 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicMethod()1060 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation()1183 ArtMethod* target_method = method_handle->GetTargetMethod(); in MethodHandleInvokeExactInternal()
1870 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()1878 DCHECK(GetTargetMethod(patch)->IsNative()); in VisitMethod()1880 GetTargetMethodOffset(GetTargetMethod(patch)) + in VisitMethod()1951 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor1967 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
948 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod()