Home
last modified time | relevance | path

Searched defs:target_method (Results 1 – 15 of 15) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h124 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
Drelative_patcher_arm_base.cc474 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls() local
/art/runtime/
Dmethod_handles.cc646 ArtMethod* target_method) in RefineTargetMethod()
718 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicMethod() local
1044 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation() local
1167 ArtMethod* target_method = method_handle->GetTargetMethod(); in MethodHandleInvokeExactInternal() local
Dclass_linker.cc6533 ArtMethod* target_method, in FindDefaultMethodImplementation()
9038 ArtMethod* target_method = nullptr; in ResolveMethodHandleForMethod() local
/art/compiler/dex/
Dinline_method_analyser.cc150 ArtMethod* target_method = Runtime::Current()->GetClassLinker()->LookupResolvedMethod( in GetTargetConstructor() local
312 ArtMethod* target_method = GetTargetConstructor(method, &instruction); in DoAnalyseConstructor() local
/art/compiler/optimizing/
Dinstruction_builder.cc433 MethodReference target_method(dex_file_, method_idx); in BuildIntrinsic() local
941 MethodReference target_method(resolved_method->GetDexFile(), in BuildInvoke() local
981 MethodReference target_method(resolved_method->GetDexFile(), in BuildInvoke() local
Dcode_generator_arm64.cc4105 MethodReference target_method(&GetGraph()->GetDexFile(), invoke->GetDexMethodIndex()); in GenerateStaticOrDirectCall() local
4231 MethodReference target_method, in NewBootImageMethodPatch()
4238 MethodReference target_method, in NewMethodBssEntryPatch()
4382 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic() local
Dcode_generator_mips64.cc1595 MethodReference target_method, in NewBootImageMethodPatch()
1602 MethodReference target_method, in NewMethodBssEntryPatch()
1707 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic() local
Dcode_generator_arm_vixl.cc8833 MethodReference target_method) { in NewBootImageMethodPatch()
8839 MethodReference target_method) { in NewMethodBssEntryPatch()
8942 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic() local
Dcode_generator_mips.cc1668 MethodReference target_method, in NewBootImageMethodPatch()
1675 MethodReference target_method, in NewMethodBssEntryPatch()
1791 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic() local
Dcode_generator_x86_64.cc1149 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic() local
Dnodes.h4561 MethodReference target_method, in HInvokeStaticOrDirect()
Dcode_generator_x86.cc5046 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic() local
/art/test/1953-pop-frame/
Dpop_frame.cc44 jmethodID target_method; member
/art/dex2oat/linker/
Doat_writer.cc882 MethodReference target_method = patch.TargetMethod(); in VisitMethod() local