Home
last modified time | relevance | path

Searched refs:is_not_hole (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2677 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/
Dlithium-codegen-ia32.cc2663 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/
Dlithium-codegen-mips.cc2645 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/
Dlithium-codegen-x87.cc2944 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/
Dlithium-codegen-mips64.cc2770 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()