Searched refs:objClassVal (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | proto_change_details_test.cpp | 140 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local 149 … ChangeListener::Add(thread, handleChangeListenerArr, JSHandle<JSHClass>(objClassVal), &index); in HWTEST_F_L0() 151 JSTaggedValue weakRefValue(objClassVal.GetTaggedValue()); in HWTEST_F_L0() 171 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local 182 ChangeListener::Add(thread, handleChangeListenerArr, JSHandle<JSHClass>(objClassVal), &index); in HWTEST_F_L0() 184 JSTaggedValue weakRefValue(objClassVal.GetTaggedValue()); in HWTEST_F_L0() 204 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local 214 ChangeListener::Add(thread, handleChangeListenerArr, JSHandle<JSHClass>(objClassVal), &index); in HWTEST_F_L0() 216 JSTaggedValue weakRefValue(objClassVal.GetTaggedValue()); in HWTEST_F_L0()
|
| D | profile_type_info_test.cpp | 127 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local 139 handleProfileTypeAccessor0.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0() 146 handleProfileTypeAccessor1.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0() 155 handleProfileTypeAccessor2.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0() 182 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local 189 handleProfileTypeAccessor0.AddElementHandler(objClassVal, HandlerValue); in HWTEST_F_L0() 212 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local 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()
|