HomeSort by relevance Sort by last modified time
    Searched refs:new_object_size (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
class.h 523 ALWAYS_INLINE void SetObjectSize(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);
525 void SetObjectSizeAllocFastPath(uint32_t new_object_size) REQUIRES_SHARED(Locks::mutator_lock_);
530 void SetObjectSizeWithoutChecks(uint32_t new_object_size)
534 OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size);
    [all...]
class.cc 1472 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); local
1474 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); local
    [all...]
class-inl.h 403 inline void Class::SetObjectSize(uint32_t new_object_size) {
406 return SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), new_object_size);
    [all...]

Completed in 93 milliseconds