Home | History | Annotate | Download | only in mirror

Lines Matching defs:object_class

469     ObjPtr<Class> object_class = klass->GetSuperClass();
470 DCHECK(object_class->IsObjectClass());
471 for (ArtMethod& method : object_class->GetDeclaredMethodsSlice(pointer_size)) {