Searched defs:BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/ | ||
| H A D | ecma_string_hash.h | 23 BLOCK_SIZE = 4, member in panda::ecmascript::EcmaStringHash |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | sustaining_js_handle.h | 55 static constexpr uint32_t BLOCK_SIZE = 256L; member in panda::ecmascript::SustainingJSHandle |
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ | ||
| H A D | reference_storage.h | 118 static constexpr size_t BLOCK_SIZE = sizeof(RefBlock); member in ark::mem::ReferenceStorage |
| /arkcompiler/runtime_core/libpandabase/utils/ | ||
| H A D | murmur3_hash.h | 46 static constexpr uint32_t BLOCK_SIZE = 4; member |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ | ||
| H A D | murmur3_hash.h | 70 static constexpr uint32_t BLOCK_SIZE = 4; member in ark::final |
Completed in 3 milliseconds