Searched refs:ObjectSizeAllocFastPathOffset (Results 1 – 4 of 4) sorted by relevance
170 art::mirror::Class::ObjectSizeAllocFastPathOffset().Int32Value())
1358 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()1360 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
55 return GetField32(ObjectSizeAllocFastPathOffset()); in GetObjectSizeAllocFastPath()
606 static MemberOffset ObjectSizeAllocFastPathOffset() { in ObjectSizeAllocFastPathOffset() function