Searched refs:super_methods (Results 1 – 1 of 1) sorted by relevance
1847 ObjPtr<mirror::PointerArray> super_methods = (i < super_iftable_count) in VisitNewMethodPointerArrays() local1850 if (methods != super_methods) { in VisitNewMethodPointerArrays()1853 DCHECK(super_methods != nullptr); in VisitNewMethodPointerArrays()1854 DCHECK_EQ(methods->GetLength(), super_methods->GetLength()); in VisitNewMethodPointerArrays()