Lines Matching defs:isFastPath
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()
2150 … bool isFastPath, uint32_t lastIndex, bool useCache) in RegExpBuiltinExecWithoutResult()
2817 …xp::GetFlag(JSThread *thread, const JSHandle<JSTaggedValue> regexp, uint32_t flag, bool isFastPath) in GetFlag()
2861 JSTaggedValue lastIndex, bool isFastPath) in SetLastIndex()
2871 …iltinsRegExp::GetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, bool isFastPath) in GetLastIndex()
2885 bool isFastPath) in GetExecResultIndex()
2898 bool isFastPath) in GetExecResultGroups()