Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl-inl.h39 GetTargetMethod()->GetDeclaringClass() : GetTargetField()->GetDeclaringClass(); in GetTargetClass()
Dmethod_handle_impl.h79 ArtMethod* GetTargetMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethod() function
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc53 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.h130 MethodReference GetTargetMethod() const { in GetTargetMethod() function
Drelative_patcher_arm_base.cc467 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
/art/runtime/
Dmethod_handles.cc716 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()
/art/compiler/optimizing/
Dreference_type_propagation.cc539 const DexFile& dex_file = *invoke->GetTargetMethod().dex_file; in SetClassAsTypeInfo()
540 uint32_t dex_method_index = invoke->GetTargetMethod().index; in SetClassAsTypeInfo()
Dloop_optimization.cc1871 invoke->GetTargetMethod(), in GenerateVecOp()
Dcode_generator_arm64.cc4450 vixl::aarch64::Label* adrp_label = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
4454 NewBootImageMethodPatch(invoke->GetTargetMethod(), adrp_label); in GenerateStaticOrDirectCall()
Dcode_generator_mips64.cc5917 NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
5919 NewBootImageMethodPatch(invoke->GetTargetMethod(), info_high); in GenerateStaticOrDirectCall()
Dcode_generator_x86_64.cc1064 invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
Dcode_generator_x86.cc4603 method_address, invoke->GetTargetMethod().dex_file, invoke->GetTargetMethod().index); in RecordBootImageMethodPatch()
Dcode_generator_mips.cc7827 PcRelativePatchInfo* info_high = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
7829 NewBootImageMethodPatch(invoke->GetTargetMethod(), info_high); in GenerateStaticOrDirectCall()
Dnodes.h4598 MethodReference GetTargetMethod() const { in GetTargetMethod() function
Dcode_generator_arm_vixl.cc8896 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
/art/dex2oat/linker/
Doat_writer.cc1861 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()
1925 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::linker::OatWriter::WriteCodeMethodVisitor
1942 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()