Lines Matching full:the_hole
1665 Node* the_hole = TheHoleConstant();
1692 GotoIf(WordEqual(current, the_hole), &next_probe);
2120 Node* the_hole = TheHoleConstant();
2121 Branch(WordEqual(element, the_hole), if_not_found, if_found);
2133 Node* the_hole = Int64Constant(kHoleNanInt64);
2134 Branch(Word64Equal(element, the_hole), if_not_found, if_found);