/art/runtime/mirror/ |
class-inl.h | 48 return GetField32(OFFSET_OF_OBJECT_MEMBER(Class, object_size_)); 550 DCHECK_GE(this->object_size_, sizeof(Object)); 562 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, this, this->object_size_,
|
class.h | 476 // Classes and arrays vary in size, and so the object_size_ field cannot 522 return SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size); 529 OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size); 1161 uint32_t object_size_; member in class:art::mirror::FINAL [all...] |
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 187 object_size_ (object_size), 209 // object_size_ already includes the in-memory representation of each field 212 int total_size = object_size_; [all...] |
generated_message_reflection.h | 283 int object_size_; member in class:google::protobuf::internal::GeneratedMessageReflection
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 172 object_size_ (object_size), 194 // object_size_ already includes the in-memory representation of each field 197 int total_size = object_size_; [all...] |
generated_message_reflection.h | 301 int object_size_; member in class:google::protobuf::internal::GeneratedMessageReflection
|
/art/runtime/ |
class_linker_test.cc | 515 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class, object_size_), "objectSize")); [all...] |
class_linker.cc | 504 // Setup the ClassLoader, verifying the object_size_. [all...] |