Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dmethod_handles.cc448 ArtMethod* target_method) REQUIRES_SHARED(Locks::mutator_lock_) { in RefineTargetMethod()
725 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation() local
756 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoMethodHandleInvokeMethod() local
H A Dclass_linker.cc10444 ArtMethod* target_method = nullptr; in ResolveMethodHandleForMethod() local
/aosp_15_r20/tools/dexter/dexter/
H A Dexperimental.cc166 auto target_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressEntryHook() local
225 auto target_method = code_ir.Alloc<lir::Method>(ir_method_decl, ir_method_decl->orig_index); in StressExitHook() local
/aosp_15_r20/art/compiler/dex/
H A Dinline_method_analyser.cc164 ArtMethod* target_method = Runtime::Current()->GetClassLinker()->LookupResolvedMethod( in GetTargetConstructor() local
343 ArtMethod* target_method = GetTargetConstructor(method, &instruction); in DoAnalyseConstructor() local
/aosp_15_r20/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
/aosp_15_r20/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc63 ArtMethod* target_method = class_linker->ResolveMethodId(method_idx, method); in artFindNativeMethodRunnable() local
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics.cc240 MethodReference target_method(nullptr, 0); in InsertFpToIntegralIntrinsic() local
H A Dcode_generator_arm64.cc5276 MethodReference target_method, in NewBootImageMethodPatch()
5283 MethodReference target_method, in NewAppImageMethodPatch()
5290 MethodReference target_method, in NewMethodBssEntryPatch()
5358 MethodReference target_method, in NewBootImageJniEntrypointPatch()
5480 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dcode_generator_riscv64.cc6638 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewBootImageMethodPatch()
6644 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewAppImageMethodPatch()
6650 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewMethodBssEntryPatch()
6666 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewBootImageJniEntrypointPatch()
6921 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dcode_generator_arm_vixl.cc9753 MethodReference target_method) { in NewBootImageMethodPatch()
9759 MethodReference target_method) { in NewAppImageMethodPatch()
9765 MethodReference target_method) { in NewMethodBssEntryPatch()
9909 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dinstruction_builder.cc496 MethodReference target_method(dex_file_, method_idx); in BuildIntrinsic() local
H A Dcode_generator_x86_64.cc1418 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
H A Dcode_generator_x86.cc5885 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
/aosp_15_r20/art/runtime/jit/
H A Dsmall_pattern_matcher.cc180 ArtMethod* target_method = class_linker->ResolveMethodId(method_idx, method); in TryMatch() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc749 MethodReference target_method = patch.TargetMethod(); in VisitMethod() local
752 MethodReference target_method = patch.TargetMethod(); in VisitMethod() local
3248 MethodReference target_method = entry.first; in WriteDataImgRelRo() local
/aosp_15_r20/art/test/ti-agent/
H A Dsuspend_event_helper.cc46 jmethodID target_method; member
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_test.py2992 def test_dtype(image, target_shape, target_method): argument
3543 def test_dtype(image, target_shape, target_method): argument