Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp96 uint32_t nextIndex = static_cast<uint32_t>( in Next() local
Dtagged_list.cpp173 int nextIndex = GetPrimitiveElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindLastIndexByElement() local
192 int nextIndex = GetPrimitiveElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindDataIndexByNodeIndex() local
209 int nextIndex = ELEMENTS_START_INDEX; in MapNodeIndexToDataIndex() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference_storage.cpp349 … SharedReference *removingRef, uint32_t nextIndex) in DeleteReferenceFromChain()
373 uint32_t nextIndex = etsObject->GetInteropIndex(); in DeleteReference() local
415 auto nextIndex = currentRef->flags_.GetNextIndex(); in DeleteUnmarkedReferences() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp277 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
104 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
Dcircuit_builder.cpp852 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
Dstub_builder-inl.h2104 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp1272 … auto nextIndex = WriteBytesValue(thread, buffer, lowValue, offset, ThreeBytes, littleEndian); in WriteBytesValue() local
1275 … auto nextIndex = WriteBytesValue(thread, buffer, highValue, offset, highBytes, littleEndian); in WriteBytesValue() local
1288 auto nextIndex = WriteBytesValue(thread, buffer, lowValue, offset, TwoBytes, littleEndian); in WriteBytesValue() local
1291 auto nextIndex = WriteBytesValue(thread, buffer, highValue, offset, highBytes, littleEndian); in WriteBytesValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp740 …JSTaggedValue nextIndex = JSTaggedValue(AdvanceStringIndex(thread, string, lastIndex, fullUnicode)… in RegExpMatch() local
1174 uint32_t nextIndex = in ReplaceInternal() local