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