Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h140 return TaggedArray::Get(QueueToArrayIndex(index)); in Get()
145 return TaggedArray::Set(thread, QueueToArrayIndex(index), value); in Set()
158 inline static constexpr uint32_t QueueToArrayIndex(uint32_t index) in QueueToArrayIndex() function
196 uint32_t length = QueueToArrayIndex(capacity);
Dobject_factory.cpp3411 uint32_t queueLength = TaggedQueue::QueueToArrayIndex(length); in NewTaggedQueue()