Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/toolchain/websocket/
Dhandshake_helper.h46 constexpr size_t CopyStringToBuffer(std::string_view source, size_t startIndex) in CopyStringToBuffer()
55 constexpr size_t CopyStringToBuffer(const T (&source)[LENGTH], size_t startIndex) in CopyStringToBuffer()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h31 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture() local
Dbuiltins_regexp.cpp681 … uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in RegExpMatch() local
946 … uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in MatchAndReplace() local
1516 uint32_t startIndex = 0; in RegExpSplit() local
2019 uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in RegExpBuiltinExec() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.cpp126 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in Has() local
167 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in SetBitsByRange() local
206 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in GetBitsByRange() local
297 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetBitCountByRange() local
336 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetIndexOf() local
376 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetLastIndexOf() local
444 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in FlipBitsByRange() local
Dcontainers_arraylist.cpp433 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp110 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in Has() local
170 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in SetBitsByRange() local
202 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetBitsByRange() local
263 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetBitCountByRange() local
300 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetIndexOf() local
336 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetLastIndexOf() local
395 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in FlipBitsByRange() local
Djs_api_arraylist.cpp221 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp147 auto startIndex = funcNode->Start().index; in SourceCode() local
/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp104 int32_t startIndex = breakIterator->isBoundary(n) ? n : breakIterator->preceding(n); in Containing() local
128 const icu::UnicodeString& unicodeString, int32_t startIndex, int32_t endIndex) in CreateSegmentDataObject()
Djs_segment_iterator.cpp89 int32_t startIndex = icuBreakIterator->current(); in Next() local
Decma_string.cpp1141 bool toLower, uint32_t startIndex) in ConvertUtf8ToLowerOrUpper()
1257 uint32_t startIndex = 0; in FlattenAllString() local
Decma_string.h999 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp269 uint32_t startIndex = 1; in HWTEST_F_L0() local
299 uint32_t startIndex = 1; in HWTEST_F_L0() local
350 uint32_t startIndex = 1; in HWTEST_F_L0() local
373 uint32_t startIndex = 1; in HWTEST_F_L0() local
396 uint32_t startIndex = 1; in HWTEST_F_L0() local
443 uint32_t startIndex = 1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp70 …nfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t startIndex, in GetFuncEntryDesWithCallsite()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h94 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local
187 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
Dbuiltins_function_stub_builder.cpp420 GateRef BuiltinsFunctionStubBuilder::NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateR… in NewTaggedArrayFromArgs()
Dbuiltins_string_stub_builder.cpp1159 GateRef startIndex = Load(VariableType::INT32(), str, IntPtr(SlicedString::STARTINDEX_OFFSET)); in GetSingleCharCodeFromSlicedString() local
1841 void BuiltinsStringStubBuilder::StoreStartIndex(GateRef glue, GateRef object, GateRef startIndex) in StoreStartIndex()
2531 GateRef startIndex = srcStringInfoGate.GetStartIndex(); in EcmaStringTrimBody() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp129 … JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange()
145 … JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h105 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp104 size_t startIndex = 0; in StdCoreDoubleParseInt() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp95 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp1772 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local
1776 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local
Dbytecode_circuit_builder.cpp408 auto startIndex = bb.start; in BuildCatchBlocks() local
Dinterpreter_stub-inl.h474 …terStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef end… in PushRange()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local

12