Lines Matching refs:slotValue
1311 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1312 if (slotValue.IsInt()) {
1313 auto type = slotValue.GetInt();
1330 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1331 if (!slotValue.IsProfileTypeInfoCell0()) {
1334 JSTaggedValue handle = ProfileTypeInfoCell::Cast(slotValue)->GetHandle();
1391 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1392 if (!slotValue.IsHeapObject()) {
1396 if (slotValue.IsWeak()) {
1397 auto object = slotValue.GetWeakReferentUnChecked();
1411 } else if (slotValue.IsTrackInfoObject()) {
1415 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject());
1432 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1436 if (slotValue.IsInt()) {
1437 calleeMethodId = slotValue.GetInt();
1445 } else if (slotValue.IsJSFunction()) {
1446 JSFunction *callee = JSFunction::Cast(slotValue);
1480 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1482 if (slotValue.IsInt()) {
1483 ctorMethodId = slotValue.GetInt();
1484 } else if (slotValue.IsJSFunction()) {
1485 JSFunction *callee = JSFunction::Cast(slotValue);