Searched refs:GetTargetMethod (Results 1 – 14 of 14) sorted by relevance
49 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal()
62 result = v->VisitMethod(GetTargetMethod(), hrsi); in VisitTarget()
80 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()
518 const DexFile& dex_file = *invoke->GetTargetMethod().dex_file; in SetClassAsTypeInfo()519 uint32_t dex_method_index = invoke->GetTargetMethod().index; in SetClassAsTypeInfo()
4433 vixl::aarch64::Label* adrp_label = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()4437 NewBootImageMethodPatch(invoke->GetTargetMethod(), adrp_label); in GenerateStaticOrDirectCall()4808 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
1146 invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()1207 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
5179 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()5266 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
9076 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()9356 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
4742 MethodReference GetTargetMethod() const { in GetTargetMethod() function
1842 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()1912 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor1928 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
952 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod()