Home
last modified time | relevance | path

Searched defs:isFastPath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp59 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, regexp); in Next() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp162 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
1977bool isFastPath, bool useCache, bool isIntermediateResult) in RegExpBuiltinExec()
[all …]
Dbuiltins_string.cpp1030 bool isFastPath = BuiltinsRegExp::IsFastRegExp(thread, searchTag); in Replace() local