Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcritical_native_abi_fixup_arm.cc53 MethodReference target_method(nullptr, 0); in FixUpArguments() local
H A Dcode_generator_arm64.cc4810 MethodReference target_method, in NewBootImageMethodPatch()
4817 MethodReference target_method, in NewMethodBssEntryPatch()
4869 MethodReference target_method, in NewBootImageJniEntrypointPatch()
5002 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dinstruction_builder.cc477 MethodReference target_method(dex_file_, method_idx); in BuildIntrinsic() local
H A Dcode_generator_arm_vixl.cc9368 MethodReference target_method) { in NewBootImageMethodPatch()
9374 MethodReference target_method) { in NewMethodBssEntryPatch()
9509 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dcode_generator_x86_64.cc1266 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dcode_generator_x86.cc5526 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.h126 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
H A Drelative_patcher_arm_base.cc487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls() local
/aosp12/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc62 ArtMethod* target_method = class_linker->ResolveMethod<ClassLinker::ResolveMode::kNoChecks>( in artFindNativeMethodRunnable() local
/aosp12/art/runtime/
H A Dmethod_handles.cc653 ArtMethod* target_method) in RefineTargetMethod()
733 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicMethod() local
1060 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation() local
1183 ArtMethod* target_method = method_handle->GetTargetMethod(); in MethodHandleInvokeExactInternal() local
H A Dclass_linker.cc6771 ArtMethod* target_method, in FindDefaultMethodImplementation()
9592 ArtMethod* target_method = nullptr; in ResolveMethodHandleForMethod() local
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.cc150 ArtMethod* target_method = Runtime::Current()->GetClassLinker()->LookupResolvedMethod( in GetTargetConstructor() local
312 ArtMethod* target_method = GetTargetConstructor(method, &instruction); in DoAnalyseConstructor() local
/aosp12/art/test/ti-agent/
H A Dsuspend_event_helper.cc46 jmethodID target_method; member
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc905 MethodReference target_method = patch.TargetMethod(); in VisitMethod() local