Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp76 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
123 icAccessor_.AddElementHandler(receiverHClass_, handlerValue); in UpdateStoreHandler()
Dprofile_type_info.h122 void AddElementHandler(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const;
Dprofile_type_info.cpp23 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.cpp181 HWTEST_F_L0(ProfileTypeInfoTest, AddElementHandler) in HWTEST_F_L0() argument
198 handleProfileTypeAccessor0.AddElementHandler(objClassVal, HandlerValue); in HWTEST_F_L0()