Home
last modified time | relevance | path

Searched refs:SetResolvedMethod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Ddex_cache.h110 void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved) ALWAYS_INLINE in SetResolvedMethod() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc333 dex_cache->SetResolvedMethod(method_idx, method); in PreloadDexCachesResolveMethod()
/art/compiler/
Dimage_writer.cc680 dex_cache->SetResolvedMethod(i, resolution_method); in PruneNonImageClasses()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc837 called->GetDexCache()->SetResolvedMethod(called_dex_method_idx, called); in artQuickResolutionTrampoline()
/art/runtime/
Dclass_linker.cc3979 proxy_class->GetDexCache()->SetResolvedMethod(proxy_constructor->GetDexMethodIndex(), in CreateProxyConstructor()
4008 prototype->GetDeclaringClass()->GetDexCache()->SetResolvedMethod(prototype->GetDexMethodIndex(), in CreateProxyMethod()
5730 dex_cache->SetResolvedMethod(method_idx, resolved); in ResolveMethod()
/art/runtime/verifier/
Dmethod_verifier.cc3069 (*dex_cache_)->SetResolvedMethod(dex_method_idx, res_method); in ResolveMethodAndCheckAccess()