Searched refs:OBJECT_POINTER_SIZE (Results 1 – 3 of 3) sorted by relevance
165 if constexpr (panda::OBJECT_POINTER_SIZE == sizeof(uint64_t)) { in GetIntTypeForReference()167 } else if constexpr (panda::OBJECT_POINTER_SIZE == sizeof(uint32_t)) { in GetIntTypeForReference()169 } else if constexpr (panda::OBJECT_POINTER_SIZE == sizeof(uint16_t)) { in GetIntTypeForReference()
51 constexpr size_t OBJECT_POINTER_SIZE = sizeof(object_pointer_type); variable
201 AlignUp(sizeof(Class), OBJECT_POINTER_SIZE)); in TEST_F()546 AlignUp(sizeof(Class), OBJECT_POINTER_SIZE)); in TEST_F()