Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/
Decma_string_hash.h23 BLOCK_SIZE = 4, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dsustaining_js_handle.h55 static constexpr uint32_t BLOCK_SIZE = 256L; variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.h118 static constexpr size_t BLOCK_SIZE = sizeof(RefBlock); variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h70 static constexpr uint32_t BLOCK_SIZE = 4; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h46 static constexpr uint32_t BLOCK_SIZE = 4; member