Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h283 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx,
Ddex_cache-inl.h223 inline void DexCache::SetResolvedMethod(uint32_t method_idx, in SetResolvedMethod() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc405 dex_cache->SetResolvedMethod(method_idx, method, kRuntimePointerSize); in PreloadDexCachesResolveMethod()
/art/compiler/optimizing/
Dinstruction_simplifier.cc1882 invoke->SetResolvedMethod(method); in SimplifySystemArrayCopy()
Dnodes.h4018 void SetResolvedMethod(ArtMethod* method) { resolved_method_ = method; } in SetResolvedMethod() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1179 called->GetDexCache()->SetResolvedMethod(called_dex_method_idx, in artQuickResolutionTrampoline()
/art/runtime/
Dclass_linker.cc4469 GetClassRoot(kJavaLangReflectProxy)->GetDexCache()->SetResolvedMethod( in CreateProxyConstructor()
4496 dex_cache->SetResolvedMethod( in CreateProxyMethod()
8060 dex_cache->SetResolvedMethod(method_idx, resolved, image_pointer_size_); in ResolveMethod()
/art/runtime/verifier/
Dmethod_verifier.cc3945 dex_cache_->SetResolvedMethod(dex_method_idx, res_method, pointer_size); in ResolveMethodAndCheckAccess()