Searched refs:OBJECT_POINTER_PADDING (Results 1 – 2 of 2) sorted by relevance
183 V(kUnalignedSize, OBJECT_POINTER_PADDING(kUnalignedSize)) \
1083 #define OBJECT_POINTER_PADDING(value) (OBJECT_POINTER_ALIGN(value) - (value)) macro