Searched defs:resolved_method (Results 1 – 9 of 9) sorted by relevance
| /art/compiler/optimizing/ |
| D | inliner.cc | 198 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget() 362 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization() 459 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local 567 ArtMethod* resolved_method) in TryInlineFromInlineCache() 785 ArtMethod* resolved_method, in ResolveMethodFromInlineCache() 811 ArtMethod* resolved_method, in TryInlineMonomorphicCall() 972 ArtMethod* resolved_method, in TryInlinePolymorphicCall() 1148 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget() 1522 ArtMethod* resolved_method, in TryPatternSubstitution() 1711 ArtMethod* resolved_method, in TryBuildAndInlineHelper() [all …]
|
| D | instruction_builder.cc | 834 ArtMethod* resolved_method = in ResolveMethod() local 934 ArtMethod* resolved_method = ResolveMethod(method_idx, invoke_type); in BuildInvoke() local 1202 ArtMethod* resolved_method, in ProcessClinitCheckForInvoke()
|
| D | nodes.h | 4321 ArtMethod* resolved_method, in HInvoke() 4466 ArtMethod* resolved_method, in HInvokeStaticOrDirect() 4665 ArtMethod* resolved_method, in HInvokeVirtual() 4718 ArtMethod* resolved_method, in HInvokeInterface()
|
| /art/runtime/ |
| D | class_linker-inl.h | 244 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in GetResolvedMethod() local 287 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in ResolveMethod() local
|
| /art/compiler/driver/ |
| D | compiler_driver-inl.h | 110 ArtMethod* resolved_method = in ResolveMethod() local
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 441 ArtMethod* resolved_method; in FindMethodFromCode() local 669 ArtMethod* resolved_method = linker->GetResolvedMethod<type, resolve_mode>(method_idx, referrer); in FindMethodFast() local
|
| /art/compiler/dex/ |
| D | dex_to_dex_compiler.cc | 471 ArtMethod* resolved_method = in CompileInvokeVirtual() local
|
| /art/compiler/ |
| D | verifier_deps_test.cc | 159 ArtMethod* resolved_method = in VerifyMethod() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 2782 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::ResolveMode::kCheckICCEAndIAE>( in artInvokePolymorphic() local
|