Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp86 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
99 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadStringHandler()
110 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateTypedArrayHandler()
150 icAccessor_.AddElementHandler(receiverHClass_, handlerValue); in UpdateStoreHandler()
Dprofile_type_info.h395 void AddElementHandler(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const;
Dprofile_type_info.cpp19 void ProfileTypeAccessor::AddElementHandler(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue>… in AddElementHandler() function in panda::ecmascript::ProfileTypeAccessor
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp175 HWTEST_F_L0(ProfileTypeInfoTest, AddElementHandler) in HWTEST_F_L0() argument
189 handleProfileTypeAccessor0.AddElementHandler(objClassVal, HandlerValue); in HWTEST_F_L0()