Home
last modified time | relevance | path

Searched defs:curIndex (Results 1 – 10 of 10) 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/tests/
Dglue_regs_test.cpp39 size_t curIndex = static_cast<size_t>(ConstantIndex::CONSTANT_BEGIN); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp162 uint32_t curIndex = (first + index) % capacity; in Get() local
176 uint32_t curIndex = (first + index) % capacity; in Set() local
Djs_api_queue.cpp115 uint32_t curIndex = (front + index) % capacity; in Get() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp176 unsigned curIndex = walked.back(); in BuildBias() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp998 for (int64_t curIndex = fromIndex; curIndex < length; ++curIndex) { in IndexOfSlowPath() local
2378 for (int64_t curIndex = fromIndex; curIndex >= 0; --curIndex) { in LastIndexOfSlowPath() local
Dbuiltins_array.cpp1255 for (int64_t curIndex = fromIndex; curIndex < length; ++curIndex) { in IndexOfSlowPath() local
1460 for (int64_t curIndex = fromIndex; curIndex >= 0; --curIndex) { in LastIndexOfSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp364 auto curIndex = regionsInfo_.FindBBIndexByBcIndex(item.startBcIndex); in BuildRegions() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4424 uint32_t curIndex = first; in CopyDeque() local
4462 uint32_t curIndex = front; in CopyQueue() local