/aosp_15_r20/art/runtime/ |
H A D | method_handles.cc | 448 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 D | class_linker.cc | 10444 ArtMethod* target_method = nullptr; in ResolveMethodHandleForMethod() local
|
/aosp_15_r20/tools/dexter/dexter/ |
H A D | experimental.cc | 166 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 D | inline_method_analyser.cc | 164 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 D | relative_patcher_arm_base.h | 126 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
|
H A D | relative_patcher_arm_base.cc | 487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls() local
|
/aosp_15_r20/art/runtime/entrypoints/jni/ |
H A D | jni_entrypoints.cc | 63 ArtMethod* target_method = class_linker->ResolveMethodId(method_idx, method); in artFindNativeMethodRunnable() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics.cc | 240 MethodReference target_method(nullptr, 0); in InsertFpToIntegralIntrinsic() local
|
H A D | code_generator_arm64.cc | 5276 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 D | code_generator_riscv64.cc | 6638 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 D | code_generator_arm_vixl.cc | 9753 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 D | instruction_builder.cc | 496 MethodReference target_method(dex_file_, method_idx); in BuildIntrinsic() local
|
H A D | code_generator_x86_64.cc | 1418 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
H A D | code_generator_x86.cc | 5885 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
/aosp_15_r20/art/runtime/jit/ |
H A D | small_pattern_matcher.cc | 180 ArtMethod* target_method = class_linker->ResolveMethodId(method_idx, method); in TryMatch() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 749 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 D | suspend_event_helper.cc | 46 jmethodID target_method; member
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_test.py | 2992 def test_dtype(image, target_shape, target_method): argument 3543 def test_dtype(image, target_shape, target_method): argument
|