Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h293 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx,
Ddex_cache-inl.h225 inline void DexCache::SetResolvedMethod(uint32_t method_idx, in SetResolvedMethod() function
/art/compiler/optimizing/
Dinstruction_simplifier.cc2250 invoke->SetResolvedMethod(method); in SimplifySystemArrayCopy()
Dnodes.h4295 void SetResolvedMethod(ArtMethod* method) { resolved_method_ = method; } in SetResolvedMethod() function
/art/runtime/
Dclass_linker.cc7868 dex_cache->SetResolvedMethod(method_idx, resolved, image_pointer_size_); in FindResolvedMethod()