Home | History | Annotate | Download | only in ia32

Lines Matching defs:skip

726   Label skip;
727 if (should_normalize) __ jmp(&skip, Label::kNear);
732 __ bind(&skip);
997 Label skip;
998 __ jmp(&skip, Label::kNear);
1004 __ bind(&skip);
1046 // Get the object to enumerate over. If the object is null or undefined, skip
1166 // just skip it.
1468 // We cannot skip any initialization checks for CONST in non-harmony
2465 Label skip;
2469 __ j(not_equal, &skip, Label::kNear);
2471 __ bind(&skip);
3043 // Skip loop if no descriptors are valid.
3208 // Skip the arguments adaptor frame if it exists.