Searched refs:GetTargetMethod (Results 1 – 16 of 16) sorted by relevance
39 GetTargetMethod()->GetDeclaringClass() : GetTargetField()->GetDeclaringClass(); in GetTargetClass()
79 ArtMethod* GetTargetMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethod() function
53 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal()
131 MethodReference GetTargetMethod() const { in GetTargetMethod() function
474 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
718 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicMethod()1044 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation()1167 ArtMethod* target_method = method_handle->GetTargetMethod(); in MethodHandleInvokeExactInternal()
557 const DexFile& dex_file = *invoke->GetTargetMethod().dex_file; in SetClassAsTypeInfo()558 uint32_t dex_method_index = invoke->GetTargetMethod().index; in SetClassAsTypeInfo()
4084 vixl::aarch64::Label* adrp_label = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()4088 NewBootImageMethodPatch(invoke->GetTargetMethod(), adrp_label); in GenerateStaticOrDirectCall()4382 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
1707 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()6091 NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()6093 NewBootImageMethodPatch(invoke->GetTargetMethod(), info_high); in GenerateStaticOrDirectCall()
1090 invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()1149 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
4955 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()5046 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
1791 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()7999 PcRelativePatchInfo* info_high = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()8001 NewBootImageMethodPatch(invoke->GetTargetMethod(), info_high); in GenerateStaticOrDirectCall()
8707 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()8942 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
4690 MethodReference GetTargetMethod() const { in GetTargetMethod() function
1808 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()1872 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor1889 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
1273 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod()