Home
last modified time | relevance | path

Searched refs:object_size_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass-alloc-inl.h46 DCHECK_GE(this->object_size_, sizeof(Object)); in CheckObjectAlloc()
66 self, this, this->object_size_, allocator_type, VoidFunctor()); in Alloc()
Dclass.h581 return OFFSET_OF_OBJECT_MEMBER(Class, object_size_); in ObjectSizeOffset()
598 OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size); in SetObjectSizeWithoutChecks()
1527 uint32_t object_size_; variable
Dclass-inl.h412 return SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size); in SetObjectSize()
/art/runtime/
Dclass_linker_test.cc599 addOffset(OFFSETOF_MEMBER(mirror::Class, object_size_), "objectSize"); in ClassOffsets()