Searched refs:AddHandlerWithKey (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 214 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/ |
| D | ic_runtime.cpp | 78 icAccessor_.AddHandlerWithKey(key, JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler() 125 icAccessor_.AddHandlerWithKey(key, receiverHClass_, handlerValue); in UpdateStoreHandler()
|
| D | profile_type_info.h | 123 void AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hclass,
|
| D | profile_type_info.cpp | 92 void ProfileTypeAccessor::AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hc… in AddHandlerWithKey() function in panda::ecmascript::ProfileTypeAccessor
|