Home | History | Annotate | Download | only in mirror

Lines Matching defs:object_size_

531     // Classes, arrays, and strings vary in size, and so the object_size_ field cannot
577 return OFFSET_OF_OBJECT_MEMBER(Class, object_size_);
583 return SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size);
590 OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size);
1419 // See also object_size_.
1442 uint32_t object_size_;