Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp91 … uint32_t nextIndex = BuiltinsRegExp::AdvanceStringIndex(inputStr, thisIndex.ToUint32(), in Next() local
Dtagged_list.cpp165 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindLastIndexByElement() local
184 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindDataIndexByNodeIndex() local
201 int nextIndex = ELEMENTS_START_INDEX; in MapNodeIndexToDataIndex() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp237 size_t nextIndex = 0; // index of "(". in ParseStackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp413 auto nextIndex = GetNearestNextIndex(index, bb); in BuildStateSplitAfter() local
Dbytecode_circuit_builder.cpp83 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
97 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp499 JSTaggedValue nextIndex = in Match() local
853 uint32_t nextIndex = AdvanceStringIndex(inputStr, thisIndex, fullUnicode); in Replace() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js59005 nextIndex: -1, property