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 612 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Match() local 617 const JSHandle<JSTaggedValue> string, bool isFastPath) in RegExpMatch() 768 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in MatchAll() local 773 const JSHandle<EcmaString> string, bool isFastPath) in RegExpMatchAll() 1047 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in ReplaceInternal() local 1404 bool isFastPath = IsFastRegExp(thread, regexp.GetTaggedValue()); in RegExpSearch() local 1479 bool isFastPath) in RegExpSplit() 1704 bool isFastPath = IsFastRegExp(thread, thisObj.GetTaggedValue()); in Split() local 2061 … bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec() [all …]
|
| D | builtins_string.cpp | 1038 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag.GetTaggedValue()); in Replace() local
|