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