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.GetTaggedValue()); in Next() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 159 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Exec() local 603 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Match() local 608 const JSHandle<JSTaggedValue> string, bool isFastPath) in RegExpMatch() 751 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in MatchAll() local 756 const JSHandle<EcmaString> string, bool isFastPath) in RegExpMatchAll() 1022 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in ReplaceInternal() local 1359 bool isFastPath = IsFastRegExp(thread, regexp.GetTaggedValue()); in RegExpSearch() local 1428 bool isFastPath) in RegExpSplit() 1649 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Split() local 1996 … bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec() [all …]
|
| D | builtins_string.cpp | 1027 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag.GetTaggedValue()); in Replace() local
|