Lines Matching defs:isFastPath
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()
2127 … bool isFastPath, uint32_t lastIndex, bool useCache) in RegExpBuiltinExecWithoutResult()
2794 …xp::GetFlag(JSThread *thread, const JSHandle<JSTaggedValue> regexp, uint32_t flag, bool isFastPath) in GetFlag()
2838 JSTaggedValue lastIndex, bool isFastPath) in SetLastIndex()
2848 …iltinsRegExp::GetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, bool isFastPath) in GetLastIndex()
2862 bool isFastPath) in GetExecResultIndex()
2875 bool isFastPath) in GetExecResultGroups()