Home | History | Annotate | Download | only in src

Lines Matching refs:double_value_

3237       handle_ = factory->NewNumber(double_value_, TENURED);
3252 (BitCast<int64_t>(double_value_) == BitCast<int64_t>(-0.0) ||
3253 FixedDoubleArray::is_the_hole_nan(double_value_) ||
3254 std::isnan(double_value_));
3318 return double_value_;
3321 if (HasDoubleValue() && FixedDoubleArray::is_the_hole_nan(double_value_)) {
3365 return static_cast<intptr_t>(BitCast<int64_t>(double_value_));
3402 BitCast<int64_t>(double_value_) ==
3403 BitCast<int64_t>(other_constant->double_value_);
3451 // int32_value_ and double_value_ hold valid, safe representations
3463 double double_value_;