Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_deque_stub_builder.h47 GateRef curIndex = Int32Mod(Int32Add(first, index), capacity); in Get() local
Dcontainers_queue_stub_builder.h68 GateRef curIndex = Int32Mod(Int32Add(front, index), capacity); in Get() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp168 uint32_t curIndex = (first + index) % capacity; in Get() local
179 uint32_t curIndex = (first + index) % capacity; in Set() local
Djs_api_queue.cpp119 uint32_t curIndex = (front + index) % capacity; in Get() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp187 auto curIndex = regionsInfo_.FindBBIndexByBcIndex(item.startBcIndex); in BuildRegions() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3654 uint32_t curIndex = first; in CopyDeque() local
3692 uint32_t curIndex = front; in CopyQueue() local