Home
last modified time | relevance | path

Searched refs:GetObjectSizeAllocFastPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc50 size_t byte_count = klass->GetObjectSizeAllocFastPath(); in artAllocObjectFromCode()
/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h56 inline uint32_t Class::GetObjectSizeAllocFastPath() { in GetObjectSizeAllocFastPath() function
H A Dclass.h616 uint32_t GetObjectSizeAllocFastPath() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dclass.cc247 DCHECK_EQ(h_this->GetObjectSizeAllocFastPath(), std::numeric_limits<uint32_t>::max()); in SetStatus()