Searched defs:resolved_method (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | class_linker-inl.h | 94 ArtMethod* resolved_method = referrer->GetDexCacheResolvedMethod(method_idx, image_pointer_size_); in GetResolvedMethod() local 127 ArtMethod* resolved_method = GetResolvedMethod(method_idx, referrer); in ResolveMethod() local 201 ArtMethod* resolved_method = dex_cache->GetResolvedMethod( in FindMethodForProxy() local
|
| /art/compiler/optimizing/ |
| D | inliner.cc | 186 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget() 350 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization() 395 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local 494 ArtMethod* resolved_method) in TryInlineFromInlineCache() 712 ArtMethod* resolved_method, in ResolveMethodFromInlineCache() 738 ArtMethod* resolved_method, in TryInlineMonomorphicCall() 899 ArtMethod* resolved_method, in TryInlinePolymorphicCall() 1075 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget() 1406 ArtMethod* resolved_method, in TryPatternSubstitution() 1590 ArtMethod* resolved_method, in TryBuildAndInlineHelper() [all …]
|
| D | instruction_builder.cc | 698 ArtMethod* resolved_method = class_linker->ResolveMethod<ClassLinker::kForceICCECheck>( in ResolveMethod() local 801 ArtMethod* resolved_method = ResolveMethod(method_idx, invoke_type); in BuildInvoke() local 1010 ArtMethod* resolved_method, in ProcessClinitCheckForInvoke()
|
| D | nodes.h | 4042 ArtMethod* resolved_method, in HInvoke() 4181 ArtMethod* resolved_method, in HInvokeStaticOrDirect() 4380 ArtMethod* resolved_method, in HInvokeVirtual() 4428 ArtMethod* resolved_method, in HInvokeInterface()
|
| /art/compiler/driver/ |
| D | compiler_driver-inl.h | 138 ArtMethod* resolved_method = in ResolveMethod() local
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 446 ArtMethod* resolved_method = class_linker->GetResolvedMethod(method_idx, referrer); in FindMethodFromCode() local 690 ArtMethod* resolved_method = in FindMethodFast() local
|
| /art/compiler/dex/ |
| D | dex_to_dex_compiler.cc | 284 ArtMethod* resolved_method = class_linker->ResolveMethod<ClassLinker::kForceICCECheck>( in CompileInvokeVirtual() local
|
| /art/compiler/ |
| D | verifier_deps_test.cc | 160 ArtMethod* resolved_method = class_linker_->ResolveMethod<ClassLinker::kNoICCECheckForCache>( in VerifyMethod() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 2519 ArtMethod* resolved_method = linker->ResolveMethod<ClassLinker::kForceICCECheck>(self, in artInvokePolymorphic() local
|