Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.cpp231 size_t need_blocks = (capacity + RefBlock::REFS_IN_BLOCK - 1) / RefBlock::REFS_IN_BLOCK; in PushLocalFrame() local
297 size_t need_blocks = (capacity + RefBlock::REFS_IN_BLOCK - 1) / RefBlock::REFS_IN_BLOCK; in EnsureLocalCapacity() local