Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h150 void UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheType type);
Dbuiltins_regexp.cpp1943 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
1945 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
1967 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
1969 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
1975 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2001 void RegExpExecResultCache::UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArra… in UpdateResultArray() function in panda::ecmascript::builtins::RegExpExecResultCache