Home
last modified time | relevance | path

Searched refs:SizeOf (Results 1 – 25 of 33) sorted by relevance

12

/art/runtime/
Djobject_comparator.cc46 size_t count1 = obj1->SizeOf(); in operator ()()
47 size_t count2 = obj2->SizeOf(); in operator ()()
Dreference_table.cc95 size_t count1 = obj1->SizeOf(); in operator ()()
96 size_t count2 = obj2->SizeOf(); in operator ()()
176 size_t size = ref->SizeOf(); in Dump()
Dhandle_scope.h50 static size_t SizeOf(uint32_t num_references) { in SizeOf() function
57 static size_t SizeOf(size_t pointer_size, uint32_t num_references) { in SizeOf() function
/art/runtime/gc/space/
Drosalloc_space-inl.h32 size_t size = obj->SizeOf<kVerifyNone>(); in AllocationSizeNonvirtual()
Dbump_pointer_space-inl.h86 size_t num_bytes = obj->SizeOf(); in AllocationSizeNonvirtual()
Dbump_pointer_space.cc91 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject()
/art/runtime/mirror/
Darray-inl.h36 inline size_t Array::SizeOf() { in SizeOf() function
159 CHECK_EQ(result->SizeOf(), size); in Alloc()
161 CHECK_GE(result->SizeOf(), size); in Alloc()
Darray.h51 size_t SizeOf() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject.cc127 size_t num_bytes = SizeOf(); in Clone()
Dobject-inl.h390 inline size_t Object::SizeOf() { in SizeOf() function
395 template SizeOf<kNewFlags, kReadBarrierOption>(); in SizeOf()
398 template SizeOf<kNewFlags, kReadBarrierOption>(); in SizeOf()
Dclass.cc222 os << " objectSize=" << SizeOf() << " " in DumpClass()
223 << "(" << (h_super.Get() != nullptr ? h_super->SizeOf() : -1) << " from super)\n", in DumpClass()
Dobject_test.cc121 size_t s1 = a1->SizeOf(); in TEST_F()
123 EXPECT_EQ(s1, clone->SizeOf()); in TEST_F()
Dobject.h103 size_t SizeOf() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_method-inl.h390 size_t scope_size = HandleScope::SizeOf(handle_refs); in GetQuickFrameInfo()
/art/compiler/
Doat_writer.h162 size_t SizeOf() const;
190 size_t SizeOf() const;
Doat_writer.cc321 offset_ += oat_class->SizeOf(); in EndClass()
760 offset += oat_dex_file->SizeOf(); in InitOatDexFiles()
1106 size_t OatWriter::OatDexFile::SizeOf() const { in SizeOf() function in art::OatWriter::OatDexFile
1229 size_t OatWriter::OatClass::SizeOf() const { in SizeOf() function in art::OatWriter::OatClass
Dimage_writer.cc287 object_size = object->SizeOf(); in AssignImageBinSlot()
987 n = obj->SizeOf(); in CopyAndFixupObjectsCallback()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc130 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc149 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc153 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc153 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc201 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); in FrameSize()
/art/runtime/gc/collector/
Dmark_compact.cc91 const size_t alloc_size = RoundUp(obj->SizeOf(), space::BumpPointerSpace::kAlignment); in ForwardObject()
496 collector_->MoveObject(obj, obj->SizeOf()); in operator ()()
Dsemi_space.cc481 const size_t object_size = obj->SizeOf(); in MarkNonForwardedObject()
/art/runtime/gc/
Dheap-inl.h132 CHECK_LE(obj->SizeOf(), usable_size); in AllocObjectWithAllocator()

12