Home
last modified time | relevance | path

Searched refs:GetTargetMethod (Results 1 – 14 of 14) sorted by relevance

/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc49 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal()
/art/runtime/mirror/
Dmethod_handle_impl.cc62 result = v->VisitMethod(GetTargetMethod(), hrsi); in VisitTarget()
Dmethod_handle_impl.h80 ArtMethod* GetTargetMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethod() function
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h133 MethodReference GetTargetMethod() const { in GetTargetMethod() function
Drelative_patcher_arm_base.cc487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
/art/runtime/
Dmethod_handles.cc733 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()
/art/compiler/optimizing/
Dreference_type_propagation.cc518 const DexFile& dex_file = *invoke->GetTargetMethod().dex_file; in SetClassAsTypeInfo()
519 uint32_t dex_method_index = invoke->GetTargetMethod().index; in SetClassAsTypeInfo()
Dcode_generator_arm64.cc4433 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()
Dcode_generator_x86_64.cc1146 invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
1207 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
Dcode_generator_x86.cc5179 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
5266 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
Dcode_generator_arm_vixl.cc9076 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
9356 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
Dnodes.h4742 MethodReference GetTargetMethod() const { in GetTargetMethod() function
/art/dex2oat/linker/
Doat_writer.cc1842 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()
1912 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor
1928 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
/art/runtime/interpreter/
Dinterpreter_common.cc952 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod()