Home
last modified time | relevance | path

Searched defs:resolved_method (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc212 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget()
376 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization()
468 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in FindActualCallTarget() local
512 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local
606 ArtMethod* resolved_method) in TryInlineFromInlineCache()
823 ArtMethod* resolved_method, in ResolveMethodFromInlineCache()
849 ArtMethod* resolved_method, in TryInlineMonomorphicCall()
1010 ArtMethod* resolved_method, in TryInlinePolymorphicCall()
1185 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget()
1598 ArtMethod* resolved_method, in TryPatternSubstitution()
[all …]
Dinstruction_builder.cc842 ArtMethod* resolved_method = in ResolveMethod() local
966 ArtMethod* resolved_method = ResolveMethod(method_idx, in BuildInvoke() local
1093 ArtMethod* resolved_method = ResolveMethod(method_idx, in BuildInvokePolymorphic() local
1445 ArtMethod* resolved_method, in ProcessClinitCheckForInvoke()
Dnodes.h4445 ArtMethod* resolved_method, in HInvoke()
4514 ArtMethod* resolved_method) in HInvokePolymorphic()
4637 ArtMethod* resolved_method, in HInvokeStaticOrDirect()
4859 ArtMethod* resolved_method, in HInvokeVirtual()
4921 ArtMethod* resolved_method, in HInvokeInterface()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h426 ArtMethod* resolved_method, in FindMethodToCall()
570 ArtMethod* resolved_method; in FindMethodFromCode() local
660 ArtMethod* resolved_method = linker->GetResolvedMethod<type, resolve_mode>(method_idx, referrer); in FindMethodFast() local
/art/runtime/
Dclass_linker-inl.h313 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in GetResolvedMethod() local
356 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in ResolveMethod() local
/art/runtime/verifier/
Dclass_verifier.cc265 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::ResolveMode::kNoChecks>( in VerifyClass() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc471 ArtMethod* resolved_method = in CompileInvokeVirtual() local
/art/runtime/interpreter/mterp/
Dnterp.cc229 ArtMethod* resolved_method = caller->SkipAccessChecks() in NterpGetMethod() local
/art/runtime/interpreter/
Dinterpreter_common.h252 ArtMethod* resolved_method; in DoInvoke() local
/art/dex2oat/
Dverifier_deps_test.cc157 ArtMethod* resolved_method = in VerifyMethod() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2532 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::ResolveMode::kCheckICCEAndIAE>( in artInvokePolymorphic() local
/art/dex2oat/linker/
Doat_writer.cc1594 ArtMethod* resolved_method; in VisitMethod() local