Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1920 JSHandle<JSTaggedValue> resultArrayCopy; in AddResultInCache() local
1924 resultArrayCopy = JSHandle<JSTaggedValue>(copyArray); in AddResultInCache()
1926 resultArrayCopy = JSHandle<JSTaggedValue>(resultArray); in AddResultInCache()
1943 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()