Lines Matching defs:skip
57 // When initially emitting this ensure that a jump is always generated to skip
68 // When initially emitting this ensure that a jump is never generated to skip
370 // to make sure it is constant. Branch may emit a skip-or-jump sequence
371 // instead of the normal Branch. It seems that the "skip" part of that
774 Label skip;
775 if (should_normalize) __ Branch(&skip);
780 __ bind(&skip);
1056 Label skip;
1057 __ Branch(&skip);
1063 __ bind(&skip);
1103 // Get the object to enumerate over. If the object is null or undefined, skip
1231 // just skip it.
1528 // We cannot skip any initialization checks for CONST in non-harmony
2529 Label skip;
2533 __ Branch(&skip, ne, a2, Operand(at));
2535 __ bind(&skip);
3123 // Skip loop if no descriptors are valid.
3290 // Skip the arguments adaptor frame if it exists.