Lines Matching defs:firstValue
970 JSTaggedValue firstValue = profileTypeInfo->Get(slotId);
971 if (!firstValue.IsHeapObject()) {
972 if (firstValue.IsHole()) {
978 if (firstValue.IsWeak()) {
979 TaggedObject *object = firstValue.GetWeakReferentUnChecked();
987 DumpICByNameWithPoly(abcId, recordName, methodId, bcOffset, firstValue, type);
993 JSTaggedValue firstValue = profileTypeInfo->Get(slotId);
994 if (!firstValue.IsHeapObject()) {
995 if (firstValue.IsHole()) {
1001 if (firstValue.IsWeak()) {
1002 TaggedObject *object = firstValue.GetWeakReferentUnChecked();
1011 if ((firstValue.IsString() || firstValue.IsSymbol())) {
1015 DumpICByValueWithPoly(abcId, recordName, methodId, bcOffset, firstValue, type);
1505 JSTaggedValue firstValue = profileTypeInfo->Get(slotId);
1506 if (!firstValue.IsHeapObject()) {
1507 if (firstValue.IsHole()) {
1513 if (firstValue.IsWeak()) {
1514 TaggedObject *object = firstValue.GetWeakReferentUnChecked();