Searched refs:NODE_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
675 auto end = (i != nid) ? &(node->data()[NODE_BLOCK_SIZE]) : handleScopeStorageNext_; in Iterate()695 auto end = (i != nid) ? &(node->data()[NODE_BLOCK_SIZE]) : handleScopeStorageNext_; in IterateHandle()708 auto n = new std::array<JSTaggedType, NODE_BLOCK_SIZE>(); in ExpandHandleStorage()712 handleScopeStorageEnd_ = &n->data()[NODE_BLOCK_SIZE]; in ExpandHandleStorage()717 handleScopeStorageEnd_ = &lastNode->data()[NODE_BLOCK_SIZE]; in ExpandHandleStorage()735 NODE_BLOCK_SIZE * sizeof(JSTaggedType), 0, in ShrinkHandleStorage()736 NODE_BLOCK_SIZE * sizeof(JSTaggedType)) != in ShrinkHandleStorage()
457 static const uint32_t NODE_BLOCK_SIZE = 1U << NODE_BLOCK_SIZE_LOG2; variable461 std::vector<std::array<JSTaggedType, NODE_BLOCK_SIZE> *> handleStorageNodes_ {};