Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp214 HWTEST_F_L0(ProfileTypeInfoTest, AddHandlerWithKey) in HWTEST_F_L0() argument
239 handleProfileTypeAccessor0.AddHandlerWithKey(HandleKey1, objClassVal, HandlerValue); in HWTEST_F_L0()
246 handleProfileTypeAccessor1.AddHandlerWithKey(HandleKey1, objClassVal, HandlerValue); in HWTEST_F_L0()
252 handleProfileTypeAccessor2.AddHandlerWithKey(HandleKey0, objClassVal, HandlerValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp78 icAccessor_.AddHandlerWithKey(key, JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
125 icAccessor_.AddHandlerWithKey(key, receiverHClass_, handlerValue); in UpdateStoreHandler()
Dprofile_type_info.h123 void AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hclass,
Dprofile_type_info.cpp92 void ProfileTypeAccessor::AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hc… in AddHandlerWithKey() function in panda::ecmascript::ProfileTypeAccessor