Searched refs:UpdateResultArray (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.h | 180 void UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheType type);
|
| D | builtins_regexp.cpp | 2538 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache() 2540 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache() 2563 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache() 2565 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache() 2572 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache() 2600 void RegExpExecResultCache::UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArra… in UpdateResultArray() function in panda::ecmascript::builtins::RegExpExecResultCache
|