Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp37 uint8_t length, JSTaggedValue newTargetArray, in SetPolyConstuctCacheSlot() argument
40 …ASSERT(length <= POLY_CASE_NUM && newTargetArray.IsTaggedArray() && initialHClassArray.IsTaggedArr… in SetPolyConstuctCacheSlot()
43 JSHandle<TaggedArray> newTargetArr(thread, newTargetArray); in SetPolyConstuctCacheSlot()
Dinvoke_cache.h32 uint8_t length, JSTaggedValue newTargetArray,