Home
last modified time | relevance | path

Searched defs:isFastPath (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp59 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, regexp); in Next() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp162 bool isFastPath = IsFastRegExp(thread, thisObj); in Exec() local
605 bool isFastPath = IsFastRegExp(thread, thisObj); in Match() local
609 RegExpMatch(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> string, bool isFastPath) RegExpMatch() argument
753 bool isFastPath = IsFastRegExp(thread, thisObj); MatchAll() local
757 RegExpMatchAll(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<EcmaString> string, bool isFastPath) RegExpMatchAll() argument
1024 bool isFastPath = IsFastRegExp(thread, thisObj); ReplaceInternal() local
1365 bool isFastPath = IsFastRegExp(thread, regexp); RegExpSearch() local
1432 RegExpSplit(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<JSTaggedValue> jsString, JSHandle<JSTaggedValue> limit, bool isFastPath) RegExpSplit() argument
1655 bool isFastPath = IsFastRegExp(thread, thisObj); Split() local
1975 RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, bool useCache, bool isIntermediateResult) RegExpBuiltinExec() argument
2125 RegExpBuiltinExecWithoutResult(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, uint32_t lastIndex, bool useCache) RegExpBuiltinExecWithoutResult() argument
2794 GetFlag(JSThread *thread, const JSHandle<JSTaggedValue> regexp, uint32_t flag, bool isFastPath) GetFlag() argument
2837 SetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSTaggedValue lastIndex, bool isFastPath) SetLastIndex() argument
2848 GetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, bool isFastPath) GetLastIndex() argument
2861 GetExecResultIndex(JSThread *thread, const JSHandle<JSTaggedValue> &execResults, bool isFastPath) GetExecResultIndex() argument
2874 GetExecResultGroups(JSThread *thread, const JSHandle<JSTaggedValue> &execResults, bool isFastPath) GetExecResultGroups() argument
[all...]
H A Dbuiltins_string.cpp1033 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag); in Replace() local

Completed in 10 milliseconds