Home
last modified time | relevance | path

Searched defs:endIndex (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h32 int endIndex = globalTable->GetEndOfCaptureIndex(N).GetInt(); in GetCapture() local
Dbuiltins_regexp.cpp296 JSTaggedValue endIndex = globalTable->GetEndIndex(); in RegExpTestFast() local
660 … uint32_t endIndex = static_cast<uint32_t>(globalTable->GetEndOfCaptureIndex(0).GetInt()); in RegExpMatch() local
945 uint32_t endIndex = static_cast<uint32_t>(globalTable->GetEndIndex().GetInt()); in MatchAndReplace() local
1532 uint32_t endIndex = startIndex; in RegExpSplit() local
2067 uint32_t endIndex = globalTable->GetEndIndex().GetInt(); in RegExpBuiltinExec() local
2163 uint32_t endIndex = lastIndex; in RegExpBuiltinExecWithoutResult() local
2179 JSTaggedValue endIndex = globalTable->GetEndIndex(); in RegExpBuiltinExecWithoutResult() local
Dbuiltins_regexp.h380 void SetEndIndex(JSThread *thread, JSTaggedValue endIndex) in SetEndIndex()
Dbuiltins_typedarray.cpp1645 uint32_t endIndex = i; in Sort() local
1731 uint32_t endIndex; in Subarray() local
1924 uint32_t endIndex = i; in ToSorted() local
Dbuiltins_shared_typedarray.cpp1517 uint32_t endIndex = i; in Sort() local
1605 uint32_t endIndex; in Subarray() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.cpp126 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 2); // 2 means the third arg in Has() local
167 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 2); // 2 means the third arg in SetBitsByRange() local
206 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 1); in GetBitsByRange() local
297 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 2); // 2 means the third arg in GetBitCountByRange() local
336 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 2); // 2 means the third arg in GetIndexOf() local
376 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 2); // 2 means the third arg in GetLastIndexOf() local
444 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 1); in FlipBitsByRange() local
Dcontainers_arraylist.cpp434 JSHandle<JSTaggedValue> endIndex = GetCallArg(argv, 1); in RemoveByRange() local
596 uint32_t endIndex = i; in Sort() local
Dcontainers_vector.cpp764 uint32_t endIndex = i; in Sort() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp101 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in Has() local
161 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in SetBitsByRange() local
193 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in GetBitsByRange() local
254 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in GetBitCountByRange() local
291 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in GetIndexOf() local
327 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in GetLastIndexOf() local
386 int32_t endIndex = JSTaggedValue::ToInt32(thread, end); in FlipBitsByRange() local
Djs_api_arraylist.cpp222 int32_t endIndex = JSTaggedValue::ToInt32(thread, value2); in RemoveByRange() local
332 int endIndex = toIndex >= length - 1 ? length - 1 : toIndex; in SubArrayList() local
Djs_api_vector.cpp217 int32_t endIndex = toIndex >= length ? length : toIndex; in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp105 int32_t endIndex = breakIterator->following(n); in Containing() local
127 const icu::UnicodeString& unicodeString, int32_t startIndex, int32_t endIndex) in CreateSegmentDataObject()
Djs_segment_iterator.cpp90 int32_t endIndex = icuBreakIterator->next(); in Next() local
Djs_array.cpp825 uint32_t endIndex = i; in SortElementsByInsertionSort() local
860 uint32_t endIndex = i; in SortElementsByObject() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp276 uint32_t endIndex = 4; in HWTEST_F_L0() local
306 uint32_t endIndex = 4; in HWTEST_F_L0() local
357 uint32_t endIndex = 4; in HWTEST_F_L0() local
380 uint32_t endIndex = 4; in HWTEST_F_L0() local
403 uint32_t endIndex = 4; in HWTEST_F_L0() local
450 uint32_t endIndex = 4; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp146 auto endIndex = funcNode->End().index; in SourceCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h672 auto endIndex = circuit_->LoadGatePtrConst(gate)->GetNumIns(); in ConstInEnd() local
684 auto endIndex = circuit_->LoadGatePtrConst(gate)->GetNumIns(); in InEnd() local
782 auto endIndex = circuit_->LoadGatePtrConst(gate)->GetNumIns(); in ConstInEnd() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp292 uint32_t endIndex = currentPtr_ - input_; in GetResult() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp130 JSTaggedValue endIndex) in ArrayListRemoveByRange()
146 JSTaggedValue endIndex) in ArrayListSubArrayList()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h281 … static std::pair<int32_t, int32_t> NormalizeSubStringIndexes(int32_t beginIndex, int32_t endIndex, in NormalizeSubStringIndexes()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h111 uint32_t endIndex = Index(offsetEnd - 1); in ClearBitRange() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.cpp156 size_t endIndex = 0; in GetConsoleLogInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h25 uint32_t endIndex = 0; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp513 EtsBoolean StdCoreStringEndsWith(EtsString *thisStr, EtsString *suffix, EtsInt endIndex) in StdCoreStringEndsWith()

12