Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc35 ObjectArray<Class>* resolved_types, PointerArray* resolved_methods, in Init()
62 auto* resolved_methods = GetResolvedMethods(); in Fixup() local
/art/runtime/
Dclass_linker_test.cc359 auto* resolved_methods = dex_cache->GetResolvedMethods(); in AssertDexFile() local
Dclass_linker.cc5044 auto* resolved_methods = klass->GetDexCache()->GetResolvedMethods(); in LinkInterfaceMethods() local
/art/compiler/
Dimage_writer.cc640 auto* resolved_methods = down_cast<mirror::PointerArray*>(dex_cache->GetResolvedMethods()); in PruneNonImageClasses() local