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

/external/v8/src/
H A Dobjects-inl.h1223 Object* the_hole = GetHeap()->the_hole_value(); local
1227 if (!candidate->IsSmi() && candidate != the_hole) return false;
1281 Object* the_hole = heap->the_hole_value(); local
1285 if (!current->IsSmi() && current != the_hole) {
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc838 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value(); local
842 Immediate(the_hole));
844 __ cmp(Operand::Cell(cell), Immediate(the_hole));
H A Dcode-stubs-ia32.cc6843 Label the_hole; local
6846 __ j(equal, &the_hole, Label::kNear);
6853 __ bind(&the_hole);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc5816 Label the_hole; local
5819 __ j(equal, &the_hole, Label::kNear);
5827 __ bind(&the_hole);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc6877 Label the_hole; local
6879 __ b(eq, &the_hole);
6888 __ bind(&the_hole);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc7140 Label the_hole; local
7141 __ Branch(&the_hole, eq, entity_name, Operand(tmp));
7150 __ bind(&the_hole);

Completed in 171 milliseconds