Searched refs:other_constant (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3677 HConstant* other_constant = HConstant::cast(other); variable
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
[all...]

Completed in 89 milliseconds