Home | History | Annotate | Download | only in ia32

Lines Matching full:target_not_constructor

1631   Label target_not_constructor;
1632 __ JumpIfSmi(edi, &target_not_constructor, Label::kNear);
1636 __ j(zero, &target_not_constructor, Label::kNear);
1650 __ bind(&target_not_constructor);