Lines Matching full:resolved_methods
337 mirror::ObjectArray<mirror::ArtMethod>* resolved_methods = dex_cache->GetResolvedMethods();338 for (size_t i = 0; i < static_cast<size_t>(resolved_methods->GetLength()); i++) {339 EXPECT_TRUE(resolved_methods->Get(i) != NULL);