Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp118 JSTaggedValue patchValue = profileTypeInfo_->GetIcSlot(index + 1); in AddHandlerWithKey() local
119 ASSERT(patchValue.IsTaggedArray()); in AddHandlerWithKey()
120 JSHandle<TaggedArray> arr(thread_, patchValue); in AddHandlerWithKey()