Searched refs:new_object_size (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dclass.h561 ALWAYS_INLINE void SetObjectSize(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);
563 void SetObjectSizeAllocFastPath(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);
569 void SetObjectSizeWithoutChecks(uint32_t new_object_size)
573 OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size);
H A Dclass.cc1404 void Class::SetObjectSizeAllocFastPath(uint32_t new_object_size) { argument
1406 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); local
1408 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); local
H A Dclass-inl.h388 inline void Class::SetObjectSize(uint32_t new_object_size) { argument
391 return SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size);

Completed in 62 milliseconds