Searched refs:AddHandlerWithKey (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 205 HWTEST_F_L0(ProfileTypeInfoTest, AddHandlerWithKey) in HWTEST_F_L0() argument 227 handleProfileTypeAccessor0.AddHandlerWithKey(HandleKey1, objClassVal, HandlerValue); in HWTEST_F_L0() 234 handleProfileTypeAccessor1.AddHandlerWithKey(HandleKey1, objClassVal, HandlerValue); in HWTEST_F_L0() 240 handleProfileTypeAccessor2.AddHandlerWithKey(HandleKey0, objClassVal, HandlerValue); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 88 icAccessor_.AddHandlerWithKey(key, JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler() 152 icAccessor_.AddHandlerWithKey(key, receiverHClass_, handlerValue); in UpdateStoreHandler()
|
| D | profile_type_info.h | 396 void AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hclass,
|
| D | profile_type_info.cpp | 93 void ProfileTypeAccessor::AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> hc… in AddHandlerWithKey() function in panda::ecmascript::ProfileTypeAccessor
|