Home
last modified time | relevance | path

Searched refs:GetResolvedMethod (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Dclass_linker-inl.h111 inline ArtMethod* ClassLinker::GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer) { in GetResolvedMethod() function
145 ArtMethod* resolved_method = GetResolvedMethod(method_idx, referrer); in ResolveMethod()
Dstack.cc136 ? GetResolvedMethod<true>(*GetCurrentQuickFrame(), in GetMethod()
140 : GetResolvedMethod<false>(*GetCurrentQuickFrame(), in GetMethod()
Dtrace.cc659 visited_methods->insert(dex_cache->GetResolvedMethod(i, sizeof(void*))); in GetVisitedMethodsFromBitSets()
853 auto* resolved_method = dex_cache->GetResolvedMethod(method->GetDexMethodIndex(), sizeof(void*)); in RegisterMethod()
Dclass_linker.h308 ArtMethod* GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer)
Dclass_linker.cc4297 ArtMethod* resolved_method = dex_cache->GetResolvedMethod( in FindMethodForProxy()
4343 if (dex_cache->GetResolvedMethod(prototype->GetDexMethodIndex(), image_pointer_size_) != in CreateProxyMethod()
7377 ArtMethod* resolved = dex_cache->GetResolvedMethod(method_idx, image_pointer_size_); in ResolveMethod()
7580 ArtMethod* resolved = dex_cache->GetResolvedMethod(method_idx, image_pointer_size_); in ResolveMethodWithoutInvokeType()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h43 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method, in GetResolvedMethod() function
72 caller = GetResolvedMethod<kResolve>(outer_method, in GetResolvedMethod()
440 ArtMethod* resolved_method = class_linker->GetResolvedMethod(method_idx, referrer); in FindMethodFromCode()
671 referring_class->GetDexCache()->GetResolvedMethod(method_idx, sizeof(void*)); in FindMethodFast()
Dentrypoint_utils.cc284 caller = GetResolvedMethod(outer_method, in GetCalleeSaveMethodCaller()
/art/runtime/mirror/
Ddex_cache-inl.h79 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx, size_t ptr_size) { in GetResolvedMethod() function
Ddex_cache.h122 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx, size_t ptr_size)
/art/compiler/dex/
Dverified_method.cc173 ArtMethod* abstract_method = method_verifier->GetDexCache()->GetResolvedMethod( in GenerateDevirtMap()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc360 ArtMethod* method = dex_cache->GetResolvedMethod(method_idx, sizeof(void*)); in PreloadDexCachesResolveMethod()
465 ArtMethod* method = dex_cache->GetResolvedMethod(j, sizeof(void*)); in PreloadDexCachesStatsFilled()
/art/compiler/driver/
Dcompiler_driver_test.cc125 ArtMethod* method = dex_cache->GetResolvedMethod(i, pointer_size); in TEST_F()
Dcompiler_driver-inl.h365 CHECK_EQ(referrer_class->GetDexCache()->GetResolvedMethod( in IsFastInvoke()
Dcompiler_driver.cc1707 !(runtime->UseJitCompilation() && dex_cache->GetResolvedMethod( in GetCodeAndMethodForDirectCall()
/art/compiler/optimizing/
Dintrinsics.cc552 class_linker->FindDexCache(soa.Self(), dex_file)->GetResolvedMethod( in CheckInvokeType()
Dinliner.cc272 resolved_method = dex_cache->GetResolvedMethod( in TryInline()
277 resolved_method = caller_compilation_unit_.GetDexCache().Get()->GetResolvedMethod( in TryInline()
Dreference_type_propagation.cc786 ArtMethod* method = dex_cache->GetResolvedMethod(instr->GetDexMethodIndex(), pointer_size); in VisitInvoke()
/art/runtime/quick/
Dinline_method_analyser.cc150 method->GetDexCache()->GetResolvedMethod(method_index, pointer_size); in GetTargetConstructor()
/art/compiler/
Doat_writer.cc931 method = dex_cache->GetResolvedMethod(it.GetMemberIndex(), linker->GetImagePointerSize()); in VisitMethod()
1131 ArtMethod* method = dex_cache->GetResolvedMethod( in GetTargetMethod()
/art/runtime/verifier/
Dmethod_verifier.cc3761 ArtMethod* res_method = dex_cache_->GetResolvedMethod(dex_method_idx, pointer_size); in ResolveMethodAndCheckAccess()