| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.h | 46 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/ |
| D | builtins_regexp-inl.h | 31 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture() local
|
| D | builtins_regexp.cpp | 681 … 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/ |
| D | containers_bitvector.cpp | 126 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
|
| D | containers_arraylist.cpp | 433 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.cpp | 110 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
|
| D | js_api_arraylist.cpp | 221 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | scriptFunction.cpp | 147 auto startIndex = funcNode->Start().index; in SourceCode() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segments.cpp | 104 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()
|
| D | js_segment_iterator.cpp | 89 int32_t startIndex = icuBreakIterator->current(); in Next() local
|
| D | ecma_string.cpp | 1141 bool toLower, uint32_t startIndex) in ConvertUtf8ToLowerOrUpper() 1257 uint32_t startIndex = 0; in FlattenAllString() local
|
| D | ecma_string.h | 999 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_bitvector_test.cpp | 269 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/ |
| D | aot_file_info.cpp | 70 …nfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t startIndex, in GetFuncEntryDesWithCallsite()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 94 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local 187 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
|
| D | builtins_function_stub_builder.cpp | 420 GateRef BuiltinsFunctionStubBuilder::NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateR… in NewTaggedArrayFromArgs()
|
| D | builtins_string_stub_builder.cpp | 1159 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/ |
| D | containers_arraylist_test.cpp | 129 … JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange() 145 … JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 105 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 104 size_t startIndex = 0; in StdCoreDoubleParseInt() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 95 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.cpp | 1772 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local 1776 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local
|
| D | bytecode_circuit_builder.cpp | 408 auto startIndex = bb.start; in BuildCatchBlocks() local
|
| D | interpreter_stub-inl.h | 474 …terStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef end… in PushRange()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local
|