Home
last modified time | relevance | path

Searched defs:PAGE_SIZE (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Dcode_decrypt.h22 #define PAGE_SIZE 0x1000 macro
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dhash_test.cpp54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4U; member in ark::HashTest
/arkcompiler/runtime_core/libpandabase/tests/
Dhash_test.cpp54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4; member in panda::HashTest
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h300 inline constexpr size_t PAGE_SIZE = 4096U; variable
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp219 constexpr size_t PAGE_SIZE = 4096; in GetPageSize() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp221 constexpr size_t PAGE_SIZE = 4096; in GetPageSize() local