HomeSort by relevance Sort by last modified time
    Searched refs:object_size_ (Results 1 - 8 of 8) sorted by null

  /art/runtime/mirror/
class.cc 126 DCHECK_GE(this->object_size_, sizeof(Object));
127 return Runtime::Current()->GetHeap()->AllocObject(self, this, this->object_size_);
class.h 377 // Classes and arrays vary in size, and so the object_size_ field cannot
400 return SetField32(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size, false);
831 // See also object_size_.
854 size_t object_size_; member in class:art::mirror::Class
    [all...]
class-inl.h 37 size_t result = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), false);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h 301 int object_size_; member in class:google::protobuf::internal::GeneratedMessageReflection
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...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 283 int object_size_; member in class:google::protobuf::internal::GeneratedMessageReflection
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...]
  /art/runtime/
class_linker_test.cc 514 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class, object_size_), "objectSize"));
    [all...]

Completed in 103 milliseconds