Searched refs:SetObjectSizeAllocFastPath (Results 1 – 3 of 3) sorted by relevance
250 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
605 void SetObjectSizeAllocFastPath(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);
1627 copy->SetObjectSizeAllocFastPath(RoundUp(cls->GetObjectSize(), kObjectAlignment)); in CopyClass()1635 copy->SetObjectSizeAllocFastPath(std::numeric_limits<uint32_t>::max()); in CopyClass()