Searched refs:object_size_ (Results 1 - 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
H A D | generated_message_reflection.h | 452 int object_size_; member in class:google::protobuf::internal::GeneratedMessageReflection |
H A D | generated_message_reflection.cc | 195 object_size_ (object_size), 226 object_size_ (object_size), 279 // object_size_ already includes the in-memory representation of each field 282 int total_size = object_size_; |
/external/libchrome/base/debug/ | ||
H A D | activity_tracker.cc | 180 object_size_(object_size), 233 Reference allocated = allocator_->Allocate(object_size_, object_type_); |
H A D | activity_tracker.h | 229 const size_t object_size_; member in class:base::debug::ActivityTrackerMemoryAllocator |
/external/v8/include/ | ||
H A D | v8.h | 6070 size_t object_size() { return object_size_; } 6076 size_t object_size_; member in class:v8::HeapObjectStatistics |
/external/v8/src/ | ||
H A D | api.cc | 6197 object_size_(0) {} 8384 object_statistics->object_size_ = object_size; |
Completed in 251 milliseconds