Searched defs:target_method (Results 1 – 14 of 14) sorted by relevance
/art/runtime/lambda/ |
D | art_lambda_method.cc | 25 ArtLambdaMethod::ArtLambdaMethod(ArtMethod* target_method, in ArtLambdaMethod()
|
D | closure_builder.cc | 145 size_t ClosureBuilder::WriteValues(ArtLambdaMethod* target_method, in WriteValues()
|
/art/compiler/optimizing/ |
D | dex_cache_array_fixups_arm.cc | 67 MethodReference target_method = invoke->GetTargetMethod(); in VisitInvokeStaticOrDirect() local
|
D | sharpening.cc | 64 MethodReference target_method(&graph_->GetDexFile(), invoke->GetDexMethodIndex()); in ProcessInvokeStaticOrDirect() local
|
D | code_generator.h | 475 MethodReference target_method; member
|
D | code_generator_arm64.cc | 3811 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()
|
D | code_generator_arm.cc | 6260 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()
|
D | instruction_builder.cc | 785 MethodReference target_method(dex_file_, method_idx); in BuildInvoke() local
|
D | nodes.h | 3912 MethodReference target_method, in HInvokeStaticOrDirect()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 149 ArtMethod* target_method = in GetTargetConstructor() local 308 ArtMethod* target_method = GetTargetConstructor(method, instruction); in DoAnalyseConstructor() local
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 280 MethodReference target_method(&GetDexFile(), method_idx); in CompileInvokeVirtual() local
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 299 MethodReference* target_method, const MethodReference* devirt_target, in IsFastInvoke()
|
D | compiler_driver.cc | 1637 MethodReference* target_method, in GetCodeAndMethodForDirectCall() 1774 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
|
/art/runtime/ |
D | class_linker.cc | 5901 ArtMethod* target_method, in FindDefaultMethodImplementation()
|