Home
last modified time | relevance | path

Searched defs:nextIndex (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp91 uint32_t nextIndex = static_cast<uint32_t>( in Next() local
Dtagged_list.cpp179 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindLastIndexByElement() local
198 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindDataIndexByNodeIndex() local
215 int nextIndex = ELEMENTS_START_INDEX; in MapNodeIndexToDataIndex() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp264 size_t nextIndex = 0; // index of "(". in ParseStackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp85 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
99 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
Dcircuit_builder.cpp647 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
Dstub_builder-inl.h1561 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp653 JSTaggedValue nextIndex = in Match() local
1043 … uint32_t nextIndex = static_cast<uint32_t>(AdvanceStringIndex(inputStr, thisIndex, fullUnicode)); in ReplaceInternal() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js59005 nextIndex: -1, property