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 | 162 bool isFastPath = IsFastRegExp(thread, thisObj); in Exec() local 605 bool isFastPath = IsFastRegExp(thread, thisObj); in Match() local 610 const JSHandle<JSTaggedValue> string, bool isFastPath) in RegExpMatch() 753 bool isFastPath = IsFastRegExp(thread, thisObj); in MatchAll() local 758 const JSHandle<EcmaString> string, bool isFastPath) in RegExpMatchAll() 1024 bool isFastPath = IsFastRegExp(thread, thisObj); in ReplaceInternal() local 1365 bool isFastPath = IsFastRegExp(thread, regexp); in RegExpSearch() local 1434 bool isFastPath) in RegExpSplit() 1655 bool isFastPath = IsFastRegExp(thread, thisObj); in Split() local 1977 … bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec() [all …]
|
| D | builtins_string.cpp | 1030 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag); in Replace() local
|