Home
last modified time | relevance | path

Searched defs:POINTER_SIZE (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dclass_helper.h41 static constexpr size_t POINTER_SIZE = sizeof(uintptr_t); variable
/arkcompiler/toolchain/tooling/test/testcases/
Djs_step_into_test.h97 static constexpr size_t POINTER_SIZE = 10; variable
Djs_step_over_test.h95 static constexpr size_t POINTER_SIZE = 8; variable
Djs_step_out_test.h95 static constexpr size_t POINTER_SIZE = 5; variable
/arkcompiler/runtime_core/runtime/tests/
Dclass_size_test.cpp30 static constexpr size_t POINTER_SIZE = ClassHelper::POINTER_SIZE; variable