Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp59 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, regexp); in Next() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp163 bool isFastPath = IsFastRegExp(thread, thisObj); in Exec() local
606 bool isFastPath = IsFastRegExp(thread, thisObj); in Match() local
611 const JSHandle<JSTaggedValue> string, bool isFastPath) in RegExpMatch()
754 bool isFastPath = IsFastRegExp(thread, thisObj); in MatchAll() local
759 const JSHandle<EcmaString> string, bool isFastPath) in RegExpMatchAll()
1025 bool isFastPath = IsFastRegExp(thread, thisObj); in ReplaceInternal() local
1366 bool isFastPath = IsFastRegExp(thread, regexp); in RegExpSearch() local
1435 bool isFastPath) in RegExpSplit()
1656 bool isFastPath = IsFastRegExp(thread, thisObj); in Split() local
2003bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec()
[all …]
Dbuiltins_string.cpp1030 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag); in Replace() local