Searched defs:target_method (Results 1 – 16 of 16) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.h | 126 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
|
D | relative_patcher_arm_base.cc | 487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls() local
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 63 ArtMethod* target_method = class_linker->ResolveMethod<ClassLinker::ResolveMode::kNoChecks>( in artFindNativeMethodRunnable() local
|
/art/runtime/ |
D | method_handles.cc | 448 ArtMethod* target_method) REQUIRES_SHARED(Locks::mutator_lock_) { in RefineTargetMethod() 723 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoVarHandleInvokeTranslation() local 755 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoMethodHandleInvokeMethod() local
|
D | class_linker.cc | 10440 ArtMethod* target_method = nullptr; in ResolveMethodHandleForMethod() local
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 150 ArtMethod* target_method = Runtime::Current()->GetClassLinker()->LookupResolvedMethod( in GetTargetConstructor() local 311 ArtMethod* target_method = GetTargetConstructor(method, &instruction); in DoAnalyseConstructor() local
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 240 MethodReference target_method(nullptr, 0); in InsertFpToIntegralIntrinsic() local
|
D | code_generator_arm64.cc | 5139 MethodReference target_method, in NewBootImageMethodPatch() 5146 MethodReference target_method, in NewMethodBssEntryPatch() 5205 MethodReference target_method, in NewBootImageJniEntrypointPatch() 5327 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
D | code_generator_riscv64.cc | 6511 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewBootImageMethodPatch() 6517 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewMethodBssEntryPatch() 6533 MethodReference target_method, const PcRelativePatchInfo* info_high) { in NewBootImageJniEntrypointPatch() 6784 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
D | instruction_builder.cc | 494 MethodReference target_method(dex_file_, method_idx); in BuildIntrinsic() local
|
D | code_generator_arm_vixl.cc | 9689 MethodReference target_method) { in NewBootImageMethodPatch() 9695 MethodReference target_method) { in NewMethodBssEntryPatch() 9839 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
D | code_generator_x86_64.cc | 1405 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
D | code_generator_x86.cc | 5818 MethodReference target_method = invoke->GetResolvedMethodReference(); in LoadIntrinsicDeclaringClass() local
|
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 180 ArtMethod* target_method = in TryMatch() local
|
/art/test/ti-agent/ |
D | suspend_event_helper.cc | 46 jmethodID target_method; member
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 747 MethodReference target_method = patch.TargetMethod(); in VisitMethod() local
|