Searched refs:ObjectSizeAllocFastPathOffset (Results 1 – 4 of 4) sorted by relevance
33 art::mirror::Class::ObjectSizeAllocFastPathOffset().Int32Value())
59 return GetField32(ObjectSizeAllocFastPathOffset()); in GetObjectSizeAllocFastPath()916 ObjectSizeAllocFastPathOffset(), std::numeric_limits<uint32_t>::max()); in operator()
1939 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()1941 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
592 static constexpr MemberOffset ObjectSizeAllocFastPathOffset() { in ObjectSizeAllocFastPathOffset() function