Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc250 h_this->SetObjectSizeAllocFastPath(RoundUp(h_this->GetObjectSize(), kObjectAlignment)); in SetStatus()
2010 void Class::SetObjectSizeAllocFastPath(uint32_t new_object_size) { in SetObjectSizeAllocFastPath() function in art::mirror::Class
Dclass.h605 void SetObjectSizeAllocFastPath(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Druntime_image.cc1627 copy->SetObjectSizeAllocFastPath(RoundUp(cls->GetObjectSize(), kObjectAlignment)); in CopyClass()
1635 copy->SetObjectSizeAllocFastPath(std::numeric_limits<uint32_t>::max()); in CopyClass()