Searched defs:target_method (Results 1 – 12 of 12) sorted by relevance
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.h | 148 UnprocessedMethodCallPatch(uint32_t patch_offset, MethodReference target_method) in UnprocessedMethodCallPatch()
|
D | relative_patcher_arm_base.cc | 392 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls() local
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 149 ArtMethod* target_method = in GetTargetConstructor() local 309 ArtMethod* target_method = GetTargetConstructor(method, instruction); in DoAnalyseConstructor() local
|
/art/runtime/ |
D | method_handles.cc | 645 ArtMethod* target_method) in RefineTargetMethod() 719 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicMethod() local 1049 ArtMethod* target_method = method_handle->GetTargetMethod(); in DoInvokePolymorphicExact() local
|
D | class_linker.cc | 6117 ArtMethod* target_method, in FindDefaultMethodImplementation()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 829 MethodReference target_method(dex_file_, method_idx); in BuildInvoke() local 874 MethodReference target_method(resolved_method->GetDexFile(), in BuildInvoke() local
|
D | code_generator_arm64.cc | 4775 MethodReference target_method, in DeduplicateMethodLiteral()
|
D | code_generator_mips64.cc | 1527 Literal* CodeGeneratorMIPS64::DeduplicateMethodLiteral(MethodReference target_method, in DeduplicateMethodLiteral()
|
D | nodes.h | 4184 MethodReference target_method, in HInvokeStaticOrDirect()
|
D | code_generator_arm_vixl.cc | 8636 MethodReference target_method, in DeduplicateMethodLiteral()
|
D | code_generator_arm.cc | 8497 Literal* CodeGeneratorARM::DeduplicateMethodLiteral(MethodReference target_method, in DeduplicateMethodLiteral()
|
D | code_generator_mips.cc | 1640 Literal* CodeGeneratorMIPS::DeduplicateMethodLiteral(MethodReference target_method, in DeduplicateMethodLiteral()
|