Home
last modified time | relevance | path

Searched defs:SetResolvedMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h285 inline void DexCache::SetResolvedMethod(uint32_t method_idx, in SetResolvedMethod() function
/art/compiler/optimizing/
Dnodes.cc3161 void HInvoke::SetResolvedMethod(ArtMethod* method) { in SetResolvedMethod() function in art::HInvoke