Searched defs:new_object_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
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);
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

Completed in 42 milliseconds