Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h52 inline uint32_t Class::GetObjectSizeAllocFastPath() { in GetObjectSizeAllocFastPath() function
Dclass.h616 uint32_t GetObjectSizeAllocFastPath() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc163 DCHECK_EQ(h_this->GetObjectSizeAllocFastPath(), std::numeric_limits<uint32_t>::max()); in SetStatus()