Searched defs:nextIndex (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 96 uint32_t nextIndex = static_cast<uint32_t>( in Next() local
|
| D | tagged_list.cpp | 173 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/ |
| D | shared_reference_storage.cpp | 349 … 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/ |
| D | quick_fix_manager.cpp | 277 size_t nextIndex = 0; // index of "(". in ParseStackInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 85 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
|
| D | circuit_builder.cpp | 852 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
|
| D | stub_builder-inl.h | 2104 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 1272 … 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/ |
| D | builtins_regexp.cpp | 740 …JSTaggedValue nextIndex = JSTaggedValue(AdvanceStringIndex(thread, string, lastIndex, fullUnicode)… in RegExpMatch() local 1174 uint32_t nextIndex = in ReplaceInternal() local
|