Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/cpp-define-generator/
H A Dmirror_class.def36 art::mirror::Class::ObjectSizeAllocFastPathOffset().Int32Value())
/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h59 return GetField32(ObjectSizeAllocFastPathOffset()); in GetObjectSizeAllocFastPath()
1057 ObjectSizeAllocFastPathOffset(), std::numeric_limits<uint32_t>::max()); in operator()
H A Dclass.cc2137 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
2139 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
H A Dclass.h604 static constexpr MemberOffset ObjectSizeAllocFastPathOffset() { in ObjectSizeAllocFastPathOffset() function