Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/platform/common/
Dstring_hash_internal.h32 constexpr uint32_t blockSize = StringHash::BLOCK_SIZE; in ComputeHashForDataOfLongString() local
/arkcompiler/ets_runtime/common_components/platform/arm64/
Dstring_hash_internal.h34 constexpr uint32_t blockSize = StringHash::BLOCK_SIZE; in ComputeHashForDataOfLongString() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h714 size_t blockSize = current->GetSize(); in ReleaseFreeMemoryBlocks() local
814 auto blockSize = current->GetSize(); in CalculateExternalFragmentation() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp339 auto blockSize = regionsInfo_.GetBlockItems().size(); in BuildRegions() local