Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h305 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved)
Ddex_cache-inl.h269 inline void DexCache::SetResolvedMethod(uint32_t method_idx, ArtMethod* method) { in SetResolvedMethod() function
/art/compiler/optimizing/
Dinstruction_simplifier.cc2400 invoke->SetResolvedMethod(method); in SimplifySystemArrayCopy()
Dnodes.cc3439 void HInvoke::SetResolvedMethod(ArtMethod* method) { in SetResolvedMethod() function in art::HInvoke
Dnodes.h4676 void SetResolvedMethod(ArtMethod* method);
4721 SetResolvedMethod(resolved_method);
/art/runtime/
Dclass_linker.cc9068 dex_cache->SetResolvedMethod(method_idx, resolved); in FindResolvedMethod()