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

  /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/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...]
  /art/runtime/
class_linker_test.cc 515 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class, object_size_), "objectSize"));
    [all...]

Completed in 563 milliseconds