Home
last modified time | relevance | path

Searched defs:nextIndex (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp96 uint32_t nextIndex = static_cast<uint32_t>( in Next() local
H A Dtagged_list.cpp173 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindLastIndexByElement() local
192 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindDataIndexByNodeIndex() local
209 int nextIndex = ELEMENTS_START_INDEX; MapNodeIndexToDataIndex() local
[all...]
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.cpp278 size_t nextIndex = 0; // index of "(". in ParseStackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp91 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
105 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
H A Dcircuit_builder.cpp691 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator() argument
694 Store(VariableType::INT32(), glue, iter, offset, nextIndex); in SetNextIndexOfArrayIterator() local
H A Dstub_builder-inl.h1822 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp725 JSTaggedValue nextIndex = JSTaggedValue(AdvanceStringIndex(string, lastIndex, fullUnicode)); in RegExpMatch() local
1137 uint32_t nextIndex = static_cast<uint32_t>(AdvanceStringIndex(inputStr, thisIndex, fullUnicode)); in ReplaceInternal() local

Completed in 22 milliseconds