Searched defs:useCache (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 161 bool useCache = true; in Exec() local 612 bool useCache = true; in RegExpMatch() local 256 RegExpTestFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool useCache) RegExpTestFast() argument 844 bool useCache = false; RegExpReplaceFast() local 1013 bool useCache = true; ReplaceInternal() local 1436 bool useCache = false; RegExpSplit() local 1659 RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<JSTaggedValue> jsString, uint32_t limit, bool useCache) RegExpSplitFast() argument 1975 RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, bool useCache, bool isIntermediateResult) RegExpBuiltinExec() argument 2125 RegExpBuiltinExecWithoutResult(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, uint32_t lastIndex, bool useCache) RegExpBuiltinExecWithoutResult() argument 2171 RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, const JSHandle<JSTaggedValue> &inputString, bool useCache, bool isIntermediateResult) RegExpExec() argument [all...] |
Completed in 6 milliseconds