Searched refs:IsInt32Double (Results 1 – 6 of 6) sorted by relevance
169 static inline bool IsInt32Double(double value) { in IsInt32Double() function
278 if (IsInt32Double(value)) return Lub(FastD2I(value)); in Lub()
4056 if (IsInt32Double(double_res)) { \4325 if (IsInt32Double(double_res)) { in New()
2514 return i::IsInt32Double(obj->Number()); in IsInt32()
160 DCHECK(IsInt32Double(value)); in GetWord32RepresentationFor()
400 new_kind = IsInt32Double(value) ? INT32 : NUMBER; in UpdateKind()