Home
last modified time | relevance | path

Searched refs:ObjectSizeAllocFastPathOffset (Results 1 – 4 of 4) sorted by relevance

/art/tools/cpp-define-generator/
Dmirror_class.def32 art::mirror::Class::ObjectSizeAllocFastPathOffset().Int32Value())
/art/runtime/mirror/
Dclass-inl.h59 return GetField32(ObjectSizeAllocFastPathOffset()); in GetObjectSizeAllocFastPath()
931 ObjectSizeAllocFastPathOffset(), std::numeric_limits<uint32_t>::max()); in operator()
Dclass.cc1597 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
1599 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
Dclass.h583 static constexpr MemberOffset ObjectSizeAllocFastPathOffset() { in ObjectSizeAllocFastPathOffset() function