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.cpp122 HWTEST_F_L0(ProfileTypeInfoTest, AddHandlerWithoutKey) in HWTEST_F_L0() argument
145 handleProfileTypeAccessor0.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
152 handleProfileTypeAccessor1.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
161 handleProfileTypeAccessor2.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp70 icAccessor_.AddHandlerWithoutKey(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
117 icAccessor_.AddHandlerWithoutKey(receiverHClass_, handlerValue); in UpdateStoreHandler()
Dprofile_type_info.h121 … void AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const;
Dprofile_type_info.cpp39 AddHandlerWithoutKey(hclass, handler); in AddElementHandler()
42 void ProfileTypeAccessor::AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedVal… in AddHandlerWithoutKey() function in panda::ecmascript::ProfileTypeAccessor