class.h | 91 // Class value in super_class_ has not been populated. The new Class 96 // using ResolveClass to initialize the super_class_ and ensuring the 471 OFFSET_OF_OBJECT_MEMBER(Class, super_class_), false); 474 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class, super_class_), new_super_class, false); 482 return MemberOffset(OFFSETOF_MEMBER(Class, super_class_)); 813 Class* super_class_; member in class:art::mirror::Class [all...] |