Searched refs:is_hole_nan (Results 1 – 2 of 2) sorted by relevance
46 bool is_hole_nan() const { return bit_pattern_ == kHoleNanInt64; } in is_hole_nan() function
3022 if (double_value().is_hole_nan()) { in MaterializeSimple()