Home | History | Annotate | Download | only in s390

Lines Matching defs:loop

180         // Continue loop if not done.
940 Label loop, exit;
944 // If the object is null or undefined, skip over the loop, otherwise convert
1006 __ b(&loop);
1024 __ bind(&loop);
1082 // Generate code for the body of the loop.
1093 EmitBackEdgeBookkeeping(stmt, &loop);
1094 __ b(&loop);
1100 // Exit and decrement the loop depth.
3032 // Inline smi case if we are in a loop.