Home
last modified time | relevance | path

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

12

/art/runtime/
Djobject_comparator.cc47 const size_t count1 = obj1->SizeOf(); in operator ()()
48 const size_t count2 = obj2->SizeOf(); in operator ()()
Dreference_table.cc148 const size_t size1 = obj1->SizeOf(); in Dump()
149 const size_t size2 = obj2->SizeOf(); in Dump()
183 size_t size = ref->SizeOf(); in Dump()
Dhandle_scope-inl.h61 inline size_t HandleScope::SizeOf(uint32_t num_references) { in SizeOf() function
67 inline size_t HandleScope::SizeOf(PointerSize pointer_size, uint32_t num_references) { in SizeOf() function
Dhandle_scope.h101 static size_t SizeOf(uint32_t num_references);
104 static size_t SizeOf(PointerSize pointer_size, uint32_t num_references);
Dimage.cc156 pos += RoundUp(object->SizeOf(), kObjectAlignment); in VisitObjects()
/art/runtime/gc/space/
Dbump_pointer_space.cc92 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject()
223 size_t num_bytes = obj->SizeOf(); in AllocationSizeNonvirtual()
Dmemory_tool_malloc_space-inl.h76 return obj->SizeOf<kVerifyNone>(); in GetObjSizeNoThreadSafety()
Dregion_space-inl.h239 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject()
/art/openjdkjvmti/
Dti_object.cc56 *size_ptr = object->SizeOf(); in GetObjectSize()
Dti_heap.cc100 obj->SizeOf(), in ReportString()
145 obj->SizeOf(), in ReportPrimitiveArray()
166 obj->SizeOf(), in ReportPrimitiveArray()
700 jlong size = obj->SizeOf(); in DoIterateThroughHeap()
1235 const jlong size = static_cast<jlong>(referree->SizeOf()); in ReportReference()
/art/runtime/mirror/
Darray-inl.h41 inline size_t Array::SizeOf() { in SizeOf() function
196 CHECK_EQ(result->SizeOf(), size); in Alloc()
198 CHECK_GE(result->SizeOf(), size); in Alloc()
Darray.h57 size_t SizeOf() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject.cc157 size_t num_bytes = SizeOf(); in Clone()
Dstring.h68 size_t SizeOf() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h373 inline size_t Object::SizeOf() { in SizeOf() function
381 template SizeOf<kNewFlags, kReadBarrierOption>(); in SizeOf()
384 template SizeOf<kNewFlags, kReadBarrierOption>(); in SizeOf()
387 template SizeOf<kNewFlags>(); in SizeOf()
Dstring-inl.h198 inline size_t String::SizeOf() { in SizeOf() function
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc191 size_t handle_scope_size = HandleScope::SizeOf(kMips64PointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc227 const size_t handle_scope_size = HandleScope::SizeOf(kX86PointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc209 const size_t handle_scope_size = HandleScope::SizeOf(kX86_64PointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc350 const size_t handle_scope_size = HandleScope::SizeOf(kMipsPointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc281 size_t handle_scope_size = HandleScope::SizeOf(kArm64PointerSize, ReferenceCount()); in FrameSize()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc374 const size_t handle_scope_size = HandleScope::SizeOf(kArmPointerSize, ReferenceCount()); in FrameSize()
/art/runtime/gc/collector/
Dmark_compact.cc82 const size_t alloc_size = RoundUp(obj->SizeOf(), space::BumpPointerSpace::kAlignment); in ForwardObject()
528 MoveObject(obj, obj->SizeOf()); in MoveObjects()
/art/dex2oat/linker/
Doat_writer.cc212 static size_t SizeOf() { in SizeOf() function in art::linker::OatWriter::OatClassHeader
236 size_t SizeOf() const;
291 size_t SizeOf() const;
967 offset_ += header.SizeOf(); in EndClass()
972 offset_ += writer_->oat_classes_.back().SizeOf(); in EndClass()
2408 offset += oat_dex_file.SizeOf(); in InitOatDexFiles()
3081 relative_offset += oat_class_headers_[i].SizeOf(); in WriteClasses()
3086 relative_offset += oat_classes_[i].SizeOf(); in WriteClasses()
3256 relative_offset += oat_dex_file->SizeOf(); in WriteOatDexFiles()
4204 size_t OatWriter::OatDexFile::SizeOf() const { in SizeOf() function in art::linker::OatWriter::OatDexFile
[all …]
/art/runtime/gc/
Dheap-inl.h168 CHECK_LE(obj->SizeOf(), usable_size); in AllocObjectWithAllocator()

12