Home | History | Annotate | Download | only in src

Lines Matching refs:Smi

36   int data = Smi::cast(get(index))->value();
45 Smi* key = Smi::FromInt(slot.ToInt());
61 int data = Smi::cast(get(index))->value();
63 set(index, Smi::FromInt(new_data));
98 array->set(kSlotsCountIndex, Smi::FromInt(slot_count));
101 array->set(kReservedIndexCount + i, Smi::FromInt(0));
122 names->set(entry + kNameTableSlotIndex, Smi::FromInt(i));
494 SetFeedbackExtra(Smi::FromInt(static_cast<int>(property_type)),
502 SetFeedbackExtra(Smi::FromInt(static_cast<int>(property_type)),
638 int value = Smi::cast(call_count)->value();
655 SetFeedbackExtra(Smi::FromInt(1), SKIP_WRITE_BARRIER);
662 SetFeedbackExtra(Smi::FromInt(1), SKIP_WRITE_BARRIER);
674 SetFeedbackExtra(Smi::FromInt(call_count), SKIP_WRITE_BARRIER);
1015 return static_cast<IcCheckType>(Smi::cast(GetFeedbackExtra())->value());
1023 return static_cast<IcCheckType>(Smi::cast(GetFeedbackExtra())->value());