Lines Matching defs:firstValue
439 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId);
440 if (!firstValue.IsHeapObject()) {
441 if (firstValue.IsHole()) {
447 if (firstValue.IsWeak()) {
448 TaggedObject *object = firstValue.GetWeakReferentUnChecked();
456 ConvertICByNameWithPoly(abcId_, bcOffset, firstValue, type, slotId);
649 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId);
650 if (!firstValue.IsHeapObject()) {
651 if (firstValue.IsHole()) {
657 if (firstValue.IsWeak()) {
658 TaggedObject *object = firstValue.GetWeakReferentUnChecked();
667 if ((firstValue.IsString() || firstValue.IsSymbol())) {
671 ConvertICByValueWithPoly(abcId_, bcOffset, firstValue, type);
817 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId);
818 if (!firstValue.IsHeapObject()) {
819 if (firstValue.IsHole()) {
825 if (firstValue.IsWeak()) {
826 TaggedObject *object = firstValue.GetWeakReferentUnChecked();