Searched refs:AddResultInCache (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 621 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flags, inputString, in Match() 850 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, tagInputString, in RegExpReplaceFast() 1053 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, string, in ReplaceInternal() 1213 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, string, in ReplaceInternal() 1227 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, string, in ReplaceInternal() 1480 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, inputString, in Split() 1515 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, inputString, in Split() 1537 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, inputString, in Split() 1610 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flags, jsString, in RegExpSplitFast() 1639 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flags, jsString, in RegExpSplitFast() [all …]
|
| D | builtins_regexp.h | 168 static void AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache,
|