Home
last modified time | relevance | path

Searched defs:lastIndex (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp94 uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, regexp, isFastPath)); in Next() local
H A Dtagged_list.cpp175 int lastIndex = -1; in FindLastIndexByElement() local
H A Decma_context.cpp1006 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1; in ExpandHandleStorage() local
1026 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1; in ShrinkHandleStorage() local
1058 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1; in ExpandPrimitiveStorage() local
1078 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1; in ShrinkPrimitiveStorage() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_arraylist_test.cpp297 int lastIndex = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.cpp21 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *buf, bool isWideChar) in Execute() argument
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.cpp24 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *buf, bool isWideChar) in Execute() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp293 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
333 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp52 uint32_t lastIndex = static_cast<uint32_t>(bitVector->GetLength() - 1); in Pop() local
H A Djs_api_deque.cpp207 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
226 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp266 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt lastIndex, in Execute() argument
412 auto lastIndex = static_cast<int32_t>(regexp.GetPtr()->GetFieldPrimitive<EtsDouble>(lastIndexField)); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp217 JSTaggedValue lastIndex = JSHandle<JSObject>::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET); in IsFastRegExp() local
261 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, true)); in RegExpTestFast() local
631 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); RegExpMatch() local
658 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); RegExpMatch() local
721 int64_t lastIndex = GetLastIndex(thread, regexp, isFastPath); RegExpMatch() local
845 uint32_t lastIndex = 0; RegExpReplaceFast() local
878 GetLastIndex(JSThread *thread, JSHandle<JSTaggedValue> regexp, uint32_t &lastIndex) GetLastIndex() argument
920 MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t &flags, uint32_t lastIndex, uint32_t inputLength, std::string &resultString) MatchAndReplace() argument
1563 uint32_t lastIndex = lastIndexNumber.GetNumber(); RegExpSplit() local
1794 RegExpExecInternal(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, int32_t lastIndex) RegExpExecInternal() argument
1819 Matcher(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const uint8_t *buffer, size_t length, int32_t lastIndex, bool isUtf16) Matcher() argument
1982 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); RegExpBuiltinExec() local
2125 RegExpBuiltinExecWithoutResult(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, uint32_t lastIndex, bool useCache) RegExpBuiltinExecWithoutResult() argument
2557 AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> input, const JSHandle<JSTaggedValue> resultArray, CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) AddResultInCache() argument
2837 SetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSTaggedValue lastIndex, bool isFastPath) SetLastIndex() argument
[all...]
H A Dbuiltins_string.cpp1035 uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, searchTag, true)); in Replace() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp3110 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local
3141 LoadStoreReg<IS_STORE>(GetMasm(), lastReg, base, slot + lastIndex); in LoadStoreRegistersMainLoop() local
3149 LoadStoreReg<IS_STORE>(GetMasm(), lastReg, base, slot + lastIndex); in LoadStoreRegistersMainLoop() local

Completed in 25 milliseconds