Home | History | Annotate | Download | only in src

Lines Matching defs:Smi

261     return lower_ >= Smi::kMinValue && upper_ <= Smi::kMaxValue;
342 static HType Smi() { return HType(kSmi); }
1792 // represented as either a smi or heap number.
2554 // that looks as if it was a smi because of alignment.
4358 STATIC_ASSERT(String::kMaxLength <= Smi::kMaxValue);
4359 return HType::Smi();
4636 HDateField(HValue* date, Smi* index)
4641 Smi* index() const { return index_; }
4650 Smi* index_;