Home
last modified time | relevance | path

Searched defs:SetResolvedMethod (Results 1 – 2 of 2) 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
/aosp12/art/compiler/optimizing/
H A Dnodes.cc3439 void HInvoke::SetResolvedMethod(ArtMethod* method) { in SetResolvedMethod() function in art::HInvoke