Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dclass_helper.h39 static constexpr size_t OBJECT_POINTER_SIZE = sizeof(classWordSize); variable
/arkcompiler/runtime_core/runtime/tests/
Dclass_size_test.cpp29 static constexpr size_t OBJECT_POINTER_SIZE = sizeof(object_pointer_type); variable
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h51 constexpr size_t OBJECT_POINTER_SIZE = sizeof(object_pointer_type); variable