Home
last modified time | relevance | path

Searched defs:DEFAULT_REGION_MASK (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h65 static constexpr size_t DEFAULT_REGION_MASK = DEFAULT_REGION_SIZE - 1; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.h53 static constexpr size_t DEFAULT_REGION_MASK = DEFAULT_REGION_ALIGNMENT - 1; variable