Home
last modified time | relevance | path

Searched defs:curIndex (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglue_regs_test.cpp39 size_t curIndex = static_cast<size_t>(ConstantIndex::CONSTANT_BEGIN); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_deque_stub_builder.h47 GateRef curIndex = Int32Mod(Int32Add(first, index), capacity); in Get() local
H A Dcontainers_queue_stub_builder.h68 GateRef curIndex = Int32Mod(Int32Add(front, index), capacity); in Get() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque.cpp162 uint32_t curIndex = (first + index) % capacity; in Get() local
176 uint32_t curIndex = (first + index) % capacity; in Set() local
H A Djs_api_queue.cpp115 uint32_t curIndex = (front + index) % capacity; in Get() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp184 unsigned curIndex = walked.back(); in WalkNodes() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp359 auto curIndex = regionsInfo_.FindBBIndexByBcIndex(item.startBcIndex); in BuildRegions() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp4406 uint32_t curIndex = first; in CopyDeque() local
4444 uint32_t curIndex = front; in CopyQueue() local
[all...]

Completed in 28 milliseconds