Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp232 size_t needBlocks = (capacity + RefBlock::REFS_IN_BLOCK - 1) / RefBlock::REFS_IN_BLOCK; in PushLocalFrame() local
298 size_t needBlocks = (capacity + RefBlock::REFS_IN_BLOCK - 1) / RefBlock::REFS_IN_BLOCK; in EnsureLocalCapacity() local