Home
last modified time | relevance | path

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

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