Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc197 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget()
361 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization()
406 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local
505 ArtMethod* resolved_method) in TryInlineFromInlineCache()
723 ArtMethod* resolved_method, in ResolveMethodFromInlineCache()
749 ArtMethod* resolved_method, in TryInlineMonomorphicCall()
910 ArtMethod* resolved_method, in TryInlinePolymorphicCall()
1086 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget()
1417 ArtMethod* resolved_method, in TryPatternSubstitution()
1606 ArtMethod* resolved_method, in TryBuildAndInlineHelper()
[all …]
Dinstruction_builder.cc714 ArtMethod* resolved_method = in ResolveMethod() local
816 ArtMethod* resolved_method = ResolveMethod(method_idx, invoke_type); in BuildInvoke() local
1076 ArtMethod* resolved_method, in ProcessClinitCheckForInvoke()
Dnodes.h4067 ArtMethod* resolved_method, in HInvoke()
4205 ArtMethod* resolved_method, in HInvokeStaticOrDirect()
4400 ArtMethod* resolved_method, in HInvokeVirtual()
4448 ArtMethod* resolved_method, in HInvokeInterface()
/art/runtime/
Dclass_linker-inl.h189 ArtMethod* resolved_method = referrer->GetDexCacheResolvedMethod(method_idx, image_pointer_size_); in GetResolvedMethod() local
229 ArtMethod* resolved_method = referrer->GetDexCacheResolvedMethod(method_idx, image_pointer_size_); in ResolveMethod() local
Dclass_linker.cc9059 ArtMethod* resolved_method = dex_cache->GetResolvedMethod(method_index, pointer_size); in FindMethodForProxy() local
/art/compiler/driver/
Dcompiler_driver-inl.h113 ArtMethod* resolved_method = in ResolveMethod() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h446 ArtMethod* resolved_method; in FindMethodFromCode() local
673 ArtMethod* resolved_method = linker->GetResolvedMethod<type, resolve_mode>(method_idx, referrer); in FindMethodFast() local
/art/compiler/dex/
Ddex_to_dex_compiler.cc294 ArtMethod* resolved_method = in CompileInvokeVirtual() local
/art/compiler/
Dverifier_deps_test.cc159 ArtMethod* resolved_method = in VerifyMethod() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2600 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::ResolveMode::kCheckICCEAndIAE>( in artInvokePolymorphic() local