Searched defs:resolved_method (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.cc | 213 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget() 377 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization() 481 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local 589 ArtMethod* resolved_method) in TryInlineFromInlineCache() 809 ArtMethod* resolved_method, in ResolveMethodFromInlineCache() 835 ArtMethod* resolved_method, in TryInlineMonomorphicCall() 996 ArtMethod* resolved_method, in TryInlinePolymorphicCall() 1172 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget() 1555 ArtMethod* resolved_method, in TryPatternSubstitution() 1760 ArtMethod* resolved_method, in TryBuildAndInlineHelper() [all …]
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 432 ArtMethod* resolved_method, in FindMethodToCall() 576 ArtMethod* resolved_method; in FindMethodFromCode() local 666 ArtMethod* resolved_method = linker->GetResolvedMethod<type, resolve_mode>(method_idx, referrer); in FindMethodFast() local
|
/art/runtime/ |
D | class_linker-inl.h | 309 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in GetResolvedMethod() local 352 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in ResolveMethod() local
|
/art/runtime/verifier/ |
D | class_verifier.cc | 131 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::ResolveMode::kNoChecks>( in VerifyClass() local
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 156 ArtMethod* resolved_method; in DoInvoke() local
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 471 ArtMethod* resolved_method = in CompileInvokeVirtual() local
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 157 ArtMethod* resolved_method = in VerifyMethod() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2781 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::ResolveMode::kCheckICCEAndIAE>( in artInvokePolymorphic() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1562 ArtMethod* resolved_method; in VisitMethod() local
|