Home
last modified time | relevance | path

Searched defs:resolved_methods (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc247 MethodDexCacheType* resolved_methods, in Init()
Ddex_cache.h371 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods()
Ddex_cache-inl.h297 auto* resolved_methods = GetResolvedMethods(); in ClearResolvedMethod() local
/art/dex2oat/linker/
Dimage_writer.cc1244 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in ClearDexCache() local
1289 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PreloadDexCache() local
/art/oatdump/
Doatdump.cc2257 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject() local
/art/runtime/
Dclass_linker.cc7733 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local