Searched refs:the_hole (Results 1 – 6 of 6) sorted by relevance
1223 Object* the_hole = GetHeap()->the_hole_value(); in ContainsOnlySmisOrHoles() local1227 if (!candidate->IsSmi() && candidate != the_hole) return false; in ContainsOnlySmisOrHoles()1281 Object* the_hole = heap->the_hole_value(); in EnsureCanContainElements() local1285 if (!current->IsSmi() && current != the_hole) { in EnsureCanContainElements()
838 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value(); in GenerateCheckPropertyCell() local842 Immediate(the_hole)); in GenerateCheckPropertyCell()844 __ cmp(Operand::Cell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell()
6843 Label the_hole; in GenerateNegativeLookup() local6846 __ j(equal, &the_hole, Label::kNear); in GenerateNegativeLookup()6853 __ bind(&the_hole); in GenerateNegativeLookup()
5816 Label the_hole; in GenerateNegativeLookup() local5819 __ j(equal, &the_hole, Label::kNear); in GenerateNegativeLookup()5827 __ bind(&the_hole); in GenerateNegativeLookup()
7140 Label the_hole; in GenerateNegativeLookup() local7141 __ Branch(&the_hole, eq, entity_name, Operand(tmp)); in GenerateNegativeLookup()7150 __ bind(&the_hole); in GenerateNegativeLookup()
6877 Label the_hole; in GenerateNegativeLookup() local6879 __ b(eq, &the_hole); in GenerateNegativeLookup()6888 __ bind(&the_hole); in GenerateNegativeLookup()