Home
last modified time | relevance | path

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

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