Home
last modified time | relevance | path

Searched refs:GetObjectSize (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Dobject-inl.h234 result = GetClass()->GetObjectSize(); in SizeOf()
Dclass-inl.h34 inline size_t Class::GetObjectSize() const { in GetObjectSize() function
Dclass.h395 size_t GetObjectSize() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc343 CHECK_EQ(java_lang_Object->GetObjectSize(), sizeof(mirror::Object)); in InitFromCompiler()
347 CHECK_EQ(java_lang_String->GetObjectSize(), sizeof(mirror::String)); in InitFromCompiler()
352 CHECK_EQ(java_lang_DexCache->GetObjectSize(), sizeof(mirror::DexCache)); in InitFromCompiler()
453 CHECK_EQ(java_lang_ClassLoader->GetObjectSize(), sizeof(mirror::ClassLoader)); in InitFromCompiler()
1182 dex_cache_class->GetObjectSize()))); in AllocDexCache()
3770 field_offset = MemberOffset(super_class->GetObjectSize()); in LinkFields()
Dclass_linker_test.cc369 size_t expected_size = is_static ? klass->GetClassSize(): klass->GetObjectSize(); in Check()
/art/runtime/hprof/
Dhprof.cc907 rec->AddU4(thisClass->GetObjectSize()); // instance size in DumpHeapObject()
/art/runtime/gc/
Dheap.cc559 (c->IsVariableSize() || c->GetObjectSize() == byte_count) || in AllocObject()