Home | History | Annotate | Download | only in src

Lines Matching full:other_constant

3677     HConstant* other_constant = HConstant::cast(other);
3679 return other_constant->has_int32_value_ &&
3680 int32_value_ == other_constant->int32_value_;
3682 return other_constant->has_double_value_ &&
3684 bit_cast<int64_t>(other_constant->double_value_);
3686 return other_constant->has_external_reference_value_ &&
3688 other_constant->external_reference_value_;
3690 if (other_constant->has_int32_value_ ||
3691 other_constant->has_double_value_ ||
3692 other_constant->has_external_reference_value_) {
3696 return other_constant->object_ == object_;