Lines Matching defs:isFastPath
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()
2216 … bool isFastPath, uint32_t lastIndex, bool useCache) in RegExpBuiltinExecWithoutResult()
2804 …xp::GetFlag(JSThread *thread, const JSHandle<JSTaggedValue> regexp, uint32_t flag, bool isFastPath) in GetFlag()
2848 JSTaggedValue lastIndex, bool isFastPath) in SetLastIndex()
2858 …iltinsRegExp::GetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, bool isFastPath) in GetLastIndex()
2872 bool isFastPath) in GetExecResultIndex()
2885 bool isFastPath) in GetExecResultGroups()