Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp250 constexpr size_t SIZE_2 = SIZE << 1; variable
324 constexpr size_t SIZE_2 = SIZE << 1; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp270 constexpr size_t SIZE_2 = SIZE << 1U; in TEST_F() local
344 constexpr size_t SIZE_2 = SIZE << 1U; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h522 static constexpr size_t SIZE_2 = SIZE_1 * 3; variable