Home
last modified time | relevance | path

Searched refs:AddResultInCache (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp469 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flags, inputString, in Match()
698 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, tagInputString, in RegExpReplaceFast()
1009 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, string, in Replace()
1023 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, string, in Replace()
1258 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, inputString, in Split()
1293 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, inputString, in Split()
1315 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, inputString, in Split()
1539 RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flags, inputStr, in RegExpBuiltinExec()
1910 void RegExpExecResultCache::AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cach… in AddResultInCache() function in panda::ecmascript::builtins::RegExpExecResultCache
Dbuiltins_regexp.h140 static void AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache,