Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.h45 static constexpr uint8_t HALF_SIZE = 32; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_encoder.h32 constexpr uint8_t HALF_SIZE = 32; in CanEncodeImmHelper() local
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp376 constexpr size_t HALF_SIZE = SIZE >> 1; variable