Home
last modified time | relevance | path

Searched refs:NODE_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp675 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()
Decma_context.h457 static const uint32_t NODE_BLOCK_SIZE = 1U << NODE_BLOCK_SIZE_LOG2; variable
461 std::vector<std::array<JSTaggedType, NODE_BLOCK_SIZE> *> handleStorageNodes_ {};