Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc166 h_this->SetObjectSizeAllocFastPath(RoundUp(h_this->GetObjectSize(), kObjectAlignment)); in SetStatus()
1293 void Class::SetObjectSizeAllocFastPath(uint32_t new_object_size) { in SetObjectSizeAllocFastPath() function in art::mirror::Class
Dclass-inl.h908 klass->SetObjectSizeAllocFastPath(std::numeric_limits<uint32_t>::max()); in operator()
Dclass.h611 void SetObjectSizeAllocFastPath(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);