Searched refs:ObjectSizeAllocFastPathOffset (Results 1 – 4 of 4) sorted by relevance
157 art::mirror::Class::ObjectSizeAllocFastPathOffset().Int32Value())
1406 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()1408 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
57 return GetField32(ObjectSizeAllocFastPathOffset()); in GetObjectSizeAllocFastPath()
557 static MemberOffset ObjectSizeAllocFastPathOffset() { in ObjectSizeAllocFastPathOffset() function