Home | History | Annotate | Download | only in optimizing

Lines Matching defs:loop

3435   // Loop doing FPREM until we stabilize.
5889 NearLabel loop, success;
5890 __ Bind(&loop);
5906 __ j(kNotEqual, &loop);
5922 NearLabel loop, success;
5923 __ Bind(&loop);
5938 __ j(kNotEqual, &loop);
6082 // Require a register for the interface check since there is a loop that compares the class to
6166 NearLabel loop;
6167 __ Bind(&loop);
6186 __ j(kNotEqual, &loop);
6198 NearLabel loop;
6199 __ Bind(&loop);
6216 // back at the beginning of the loop.
6218 __ j(kNotZero, &loop);
6296 // Loop through the iftable and check if any class matches.