Searched defs:isFastPath (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 59 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, regexp); in Next() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 163 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 2003 … bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec() [all …]
|
| D | builtins_string.cpp | 1030 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag); in Replace() local
|