Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h157 art::mirror::Class::ObjectSizeAllocFastPathOffset().Int32Value())
/art/runtime/mirror/
Dclass.cc1406 SetField32Volatile<true>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
1408 SetField32Volatile<false>(ObjectSizeAllocFastPathOffset(), new_object_size); in SetObjectSizeAllocFastPath()
Dclass-inl.h57 return GetField32(ObjectSizeAllocFastPathOffset()); in GetObjectSizeAllocFastPath()
Dclass.h557 static MemberOffset ObjectSizeAllocFastPathOffset() { in ObjectSizeAllocFastPathOffset() function