Searched refs:FastD2I (Results 1 – 8 of 8) sorted by relevance
87 int32_t i = FastD2I(x); in DoubleToInt32()110 value <= Smi::kMaxValue && value == FastI2D(FastD2I(value)); in IsSmiDouble()116 value == FastI2D(FastD2I(value)); in IsInt32Double()
56 inline int FastD2I(double x) { in FastD2I() function
1137 if (FastI2D(FastD2I(num)) == num) { in ToInt32()1138 *value = FastD2I(num); in ToInt32()1986 return Smi::FromInt(FastD2I(num))->GetHash(); in GetSimpleHash()
20 # fun:*v8*internal*FastD2I*
116 int int_value = FastD2I(value); in RUNTIME_FUNCTION()
44 int y = FastD2I(year); in MakeDay()45 int m = FastD2I(month); in MakeDay()
601 if (m.HasValue()) return ReplaceInt32(FastD2I(m.Value())); in Reduce()
1595 int int_value = FastD2I(value); in TryConvertKey()