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()
130 MethodReference GetTargetMethod() const { in GetTargetMethod() function
467 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
716 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicMethod()1042 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation()1165 ArtMethod* target_method = method_handle->GetTargetMethod(); in MethodHandleInvokeExactInternal()
539 const DexFile& dex_file = *invoke->GetTargetMethod().dex_file; in SetClassAsTypeInfo()540 uint32_t dex_method_index = invoke->GetTargetMethod().index; in SetClassAsTypeInfo()
1871 invoke->GetTargetMethod(), in GenerateVecOp()
4450 vixl::aarch64::Label* adrp_label = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()4454 NewBootImageMethodPatch(invoke->GetTargetMethod(), adrp_label); in GenerateStaticOrDirectCall()
5917 NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()5919 NewBootImageMethodPatch(invoke->GetTargetMethod(), info_high); in GenerateStaticOrDirectCall()
1064 invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
4603 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
7827 PcRelativePatchInfo* info_high = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()7829 NewBootImageMethodPatch(invoke->GetTargetMethod(), info_high); in GenerateStaticOrDirectCall()
4598 MethodReference GetTargetMethod() const { in GetTargetMethod() function
8896 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
1861 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()1925 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor1942 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()