Lines Matching defs:done
650 Label done;
662 __ Branch(&done, ne, scratch1, Operand(INTERPRETER_DATA_TYPE));
666 __ bind(&done);
1269 // the frame (that is done below).
1304 // Continue loop if not done.
1898 Label done;
1899 __ Branch(&done, ne, a0, Operand(JSParameterCount(0)));
1902 __ bind(&done);
2028 Label loop, done;
2029 __ Branch(&done, ge, old_sp, Operand(end));
2036 __ bind(&done);
2083 Label done, push, loop;
2086 __ Branch(&done, eq, t2, Operand(t0));
2096 __ bind(&done);
2299 Label done;
2306 __ Branch(&done, hs, t1, Operand(kScratchReg));
2312 __ bind(&done);
2475 Label done;
2482 __ Branch(&done, hs, t1, Operand(kScratchReg));
2488 __ bind(&done);
2850 Label done;
2879 // If we had no exceptions then set result_reg and we are done.
2883 __ Branch(&done);
2902 __ Branch(&done, eq, scratch, Operand(zero_reg));
2912 __ Branch(&done);
2965 __ bind(&done);