Searched refs:GetTargetMethod (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Ddex_cache_array_fixups_arm.cc67 MethodReference target_method = invoke->GetTargetMethod();
H A Dsharpening.cc152 invoke->GetTargetMethod());
H A Dinliner.cc268 MethodReference ref = invoke_instruction->AsInvokeStaticOrDirect()->GetTargetMethod();
H A Dcode_generator_arm64.cc3617 __ Ldr(lr, DeduplicateMethodCodeLiteral(invoke->GetTargetMethod()));
3646 DeduplicateMethodAddressLiteral(invoke->GetTargetMethod()));
3650 const DexFile& dex_file = *invoke->GetTargetMethod().dex_file;
3686 // Note: Don't use invoke->GetTargetMethod() as it may point to a different dex file.
3698 relative_call_patches_.emplace_back(invoke->GetTargetMethod());
H A Dcode_generator_arm.cc6326 __ LoadLiteral(LR, DeduplicateMethodCodeLiteral(invoke->GetTargetMethod()));
6350 DeduplicateMethodAddressLiteral(invoke->GetTargetMethod()));
6379 // Note: Don't use invoke->GetTargetMethod() as it may point to a different dex file.
6391 relative_call_patches_.emplace_back(invoke->GetTargetMethod());
H A Dcode_generator_x86.cc4353 method_patches_.emplace_back(invoke->GetTargetMethod());
4362 __ Bind(NewPcRelativeDexCacheArrayPatch(*invoke->GetTargetMethod().dex_file, offset));
4381 // Note: Don't use invoke->GetTargetMethod() as it may point to a different dex file.
4393 relative_call_patches_.emplace_back(invoke->GetTargetMethod());
H A Dcode_generator_x86_64.cc784 method_patches_.emplace_back(invoke->GetTargetMethod());
792 __ Bind(NewPcRelativeDexCacheArrayPatch(*invoke->GetTargetMethod().dex_file, offset));
812 // Note: Don't use invoke->GetTargetMethod() as it may point to a different dex file.
824 relative_call_patches_.emplace_back(invoke->GetTargetMethod());
H A Dnodes.h4004 MethodReference GetTargetMethod() const { return target_method_; } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::ClinitCheckRequirement
/art/runtime/lambda/
H A Dclosure.h53 ArtMethod* GetTargetMethod() const;
H A Dclosure.cc127 ArtMethod* Closure::GetTargetMethod() const { function in class:art::lambda::Closure
137 uintptr_t method = reinterpret_cast<uintptr_t>(GetTargetMethod());
/art/runtime/interpreter/
H A Dinterpreter_common.h322 } else if (UNLIKELY(!IsValidLambdaTargetOrThrow(lambda_closure->GetTargetMethod()))) {
619 ArtMethod* const called_method = lambda_closure->GetTargetMethod();
/art/compiler/
H A Doat_writer.cc1075 ArtMethod* method = GetTargetMethod(patch);
1125 ArtMethod* GetTargetMethod(const LinkerPatch& patch)
1142 ArtMethod* target = GetTargetMethod(patch);

Completed in 1085 milliseconds