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