Searched refs:is_not_hole (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2677 Label is_not_hole; in DoLoadContextSlot() local 2678 __ j(not_equal, &is_not_hole, Label::kNear); in DoLoadContextSlot() 2680 __ bind(&is_not_hole); in DoLoadContextSlot()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2663 Label is_not_hole; in DoLoadContextSlot() local 2664 __ j(not_equal, &is_not_hole, Label::kNear); in DoLoadContextSlot() 2666 __ bind(&is_not_hole); in DoLoadContextSlot()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 2645 Label is_not_hole; in DoLoadContextSlot() local 2646 __ Branch(&is_not_hole, ne, result, Operand(at)); in DoLoadContextSlot() 2648 __ bind(&is_not_hole); in DoLoadContextSlot()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2944 Label is_not_hole; in DoLoadContextSlot() local 2945 __ j(not_equal, &is_not_hole, Label::kNear); in DoLoadContextSlot() 2947 __ bind(&is_not_hole); in DoLoadContextSlot()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2770 Label is_not_hole; in DoLoadContextSlot() local 2771 __ Branch(&is_not_hole, ne, result, Operand(at)); in DoLoadContextSlot() 2773 __ bind(&is_not_hole); in DoLoadContextSlot()
|