Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp91 … uint32_t nextIndex = BuiltinsRegExp::AdvanceStringIndex(inputStr, thisIndex.ToUint32(), in Next() local
Dtagged_list.cpp166 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindLastIndexByElement() local
185 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindDataIndexByNodeIndex() local
202 int nextIndex = ELEMENTS_START_INDEX; in MapNodeIndexToDataIndex() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_manager.cpp149 uint32_t nextIndex = 0; // index of "(". in ParseStackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp116 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
128 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp486 JSTaggedValue nextIndex = in Match() local
835 uint32_t nextIndex = AdvanceStringIndex(inputStr, thisIndex, fullUnicode); in Replace() local