Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp120 HWTEST_F_L0(ProfileTypeInfoTest, AddHandlerWithoutKey) in HWTEST_F_L0() argument
139 handleProfileTypeAccessor0.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
146 handleProfileTypeAccessor1.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
155 handleProfileTypeAccessor2.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp36 AddHandlerWithoutKey(hclass, handler); in AddElementHandler()
62 void ProfileTypeAccessor::AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedVal… in AddHandlerWithoutKey() function in panda::ecmascript::ProfileTypeAccessor
Dic_runtime.cpp80 icAccessor_.AddHandlerWithoutKey(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
144 icAccessor_.AddHandlerWithoutKey(receiverHClass_, handlerValue); in UpdateStoreHandler()
Dprofile_type_info.h392 … void AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const;