Home
last modified time | relevance | path

Searched refs:AddGlobalHandlerKey (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp255 HWTEST_F_L0(ProfileTypeInfoTest, AddGlobalHandlerKey) in HWTEST_F_L0() argument
269 handleProfileTypeAccessor0.AddGlobalHandlerKey(arrayKey, HandlerValue); in HWTEST_F_L0()
277 handleProfileTypeAccessor1.AddGlobalHandlerKey(arrayKey, HandlerValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp98 AddGlobalHandlerKey(key, handler); in AddHandlerWithKey()
152 void ProfileTypeAccessor::AddGlobalHandlerKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> … in AddGlobalHandlerKey() function in panda::ecmascript::ProfileTypeAccessor
Dprofile_type_info.h398 void AddGlobalHandlerKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> handler) const;