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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3191 HConstant* other_constant = HConstant::cast(other); variable
3193 return other_constant->HasInteger32Value() &&
3194 int32_value_ == other_constant->int32_value_;
3196 return other_constant->HasDoubleValue() &&
3197 std::memcmp(&double_value_, &other_constant->double_value_,
3200 return other_constant->HasExternalReferenceValue() &&
3202 other_constant->external_reference_value_;
3204 if (other_constant->HasInteger32Value() ||
3205 other_constant->HasDoubleValue() ||
3206 other_constant
[all...]

Completed in 90 milliseconds