Home
last modified time | relevance | path

Searched refs:NODE_BLOCK_SIZE_LOG2 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_storage-inl.h26 uint32_t id = index >> NODE_BLOCK_SIZE_LOG2; in GetNodeAddress()
36 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in NewHandle()
56 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in FreeHandles()
70 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in ZapFreedHandles()
90 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in UpdateHeapObject()
110 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in VisitGCRoots()
134 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in UpdateHeapObject()
158 uint32_t nid = lastIndex_ >> NODE_BLOCK_SIZE_LOG2; in VisitGCRoots()
H A Dhandle_storage.h55 static const uint32_t NODE_BLOCK_SIZE_LOG2 = 10; member in ark::HandleStorage
56 static const uint32_t NODE_BLOCK_SIZE = 1U << NODE_BLOCK_SIZE_LOG2;
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h742 static const uint32_t NODE_BLOCK_SIZE_LOG2 = 10; member in panda::ecmascript::EcmaContext
743 static const uint32_t NODE_BLOCK_SIZE = 1U << NODE_BLOCK_SIZE_LOG2;

Completed in 3 milliseconds