Home
last modified time | relevance | path

Searched refs:OBJECT_POINTER_SIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h165 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()
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h51 constexpr size_t OBJECT_POINTER_SIZE = sizeof(object_pointer_type); variable
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp201 AlignUp(sizeof(Class), OBJECT_POINTER_SIZE)); in TEST_F()
546 AlignUp(sizeof(Class), OBJECT_POINTER_SIZE)); in TEST_F()