Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc177 ArtMethod** resolved_methods, in Init()
221 auto* resolved_methods = GetResolvedMethods(); in Fixup() local
Ddex_cache.h335 void SetResolvedMethods(ArtMethod** resolved_methods) in SetResolvedMethods()
/art/runtime/
Dclass_linker.h670 ArtMethod** resolved_methods; member
Dclass_linker_test.cc445 auto* resolved_methods = dex_cache->GetResolvedMethods(); in AssertDexFile() local
Dclass_linker.cc1112 ArtMethod** resolved_methods = method->GetDexCacheResolvedMethods(kRuntimePointerSize); in Visit() local
6895 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local
/art/compiler/
Dimage_writer.cc942 ArtMethod** resolved_methods = dex_cache->GetResolvedMethods(); in PruneAndPreloadDexCache() local
/art/oatdump/
Doatdump.cc2182 auto* resolved_methods = dex_cache->GetResolvedMethods(); in Callback() local