Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dart_lambda_method.cc25 ArtLambdaMethod::ArtLambdaMethod(ArtMethod* target_method, in ArtLambdaMethod()
Dclosure_builder.cc145 size_t ClosureBuilder::WriteValues(ArtLambdaMethod* target_method, in WriteValues()
/art/compiler/optimizing/
Ddex_cache_array_fixups_arm.cc67 MethodReference target_method = invoke->GetTargetMethod(); in VisitInvokeStaticOrDirect() local
Dsharpening.cc64 MethodReference target_method(&graph_->GetDexFile(), invoke->GetDexMethodIndex()); in ProcessInvokeStaticOrDirect() local
Dcode_generator.h475 MethodReference target_method; member
Dcode_generator_arm64.cc3811 const MethodReference& target_method = entry.first; in EmitLinkerPatches() local
3818 const MethodReference& target_method = entry.first; in EmitLinkerPatches() local
3869 MethodReference target_method, in DeduplicateMethodLiteral()
3877 MethodReference target_method) { in DeduplicateMethodAddressLiteral()
3882 MethodReference target_method) { in DeduplicateMethodCodeLiteral()
Dcode_generator_arm.cc6260 MethodReference target_method) { in GetSupportedInvokeStaticOrDirectDispatch()
6491 const MethodReference& target_method = entry.first; in EmitLinkerPatches() local
6500 const MethodReference& target_method = entry.first; in EmitLinkerPatches() local
6578 Literal* CodeGeneratorARM::DeduplicateMethodLiteral(MethodReference target_method, in DeduplicateMethodLiteral()
6585 Literal* CodeGeneratorARM::DeduplicateMethodAddressLiteral(MethodReference target_method) { in DeduplicateMethodAddressLiteral()
6589 Literal* CodeGeneratorARM::DeduplicateMethodCodeLiteral(MethodReference target_method) { in DeduplicateMethodCodeLiteral()
Dinstruction_builder.cc785 MethodReference target_method(dex_file_, method_idx); in BuildInvoke() local
Dnodes.h3912 MethodReference target_method, in HInvokeStaticOrDirect()
/art/runtime/quick/
Dinline_method_analyser.cc149 ArtMethod* target_method = in GetTargetConstructor() local
308 ArtMethod* target_method = GetTargetConstructor(method, instruction); in DoAnalyseConstructor() local
/art/compiler/dex/
Ddex_to_dex_compiler.cc280 MethodReference target_method(&GetDexFile(), method_idx); in CompileInvokeVirtual() local
/art/compiler/driver/
Dcompiler_driver-inl.h299 MethodReference* target_method, const MethodReference* devirt_target, in IsFastInvoke()
Dcompiler_driver.cc1637 MethodReference* target_method, in GetCodeAndMethodForDirectCall()
1774 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
/art/runtime/
Dclass_linker.cc5901 ArtMethod* target_method, in FindDefaultMethodImplementation()