Lines Matching refs:DONE
76 // the frame (that is done in GeneratePrologue).
99 while (!save_iterator.Done()) {
115 while (!save_iterator.Done()) {
227 Label done;
228 __ JumpIfInNewSpace(cp, a0, &done);
230 __ bind(&done);
306 // the generated code as done unless we bailed out.
307 if (!is_aborted()) status_ = DONE;
374 // sequence. Mark the generated code as done unless we bailed out.
375 if (!is_aborted()) status_ = DONE;
987 Label dividend_is_not_negative, done;
998 __ Branch(USE_DELAY_SLOT, &done);
1004 __ bind(&done);
1044 Label done;
1061 __ Branch(USE_DELAY_SLOT, &done);
1068 __ Branch(&done, ge, left_reg, Operand(zero_reg));
1073 __ bind(&done);
1255 Label no_overflow, done;
1258 __ Branch(&done);
1261 __ bind(&done);
1296 Label needs_adjustment, done;
1301 __ jmp(&done);
1307 __ bind(&done);
1347 Label done;
1348 __ Branch(&done, eq, remainder, Operand(zero_reg), USE_DELAY_SLOT);
1350 __ Branch(&done, ge, remainder, Operand(zero_reg));
1352 __ bind(&done);
1402 // one can be done faster with shifted operands.
1455 Label done;
1457 __ Branch(&done, ge, at, Operand(zero_reg));
1461 __ bind(&done);
1781 Label return_right, done;
1797 Label check_nan_left, check_zero, return_left, return_right, done;
1813 __ Branch(&done);
1822 __ Branch(&done);
1828 __ bind(&done);
2542 Label done, check;
2543 __ Branch(USE_DELAY_SLOT, &done, condition, v0, Operand(zero_reg));
2548 __ bind(&done);
2749 // If the function does not have an initial map, we're done.
2750 Label done;
2752 __ Branch(&done, ne, scratch, Operand(MAP_TYPE));
2757 // All done.
2758 __ bind(&done);
2969 Label done;
2971 __ Branch(&done, ne, result, Operand(scratch));
2982 __ bind(&done);
3060 Label done, adapted;
3077 Label done;
3081 __ Branch(&done, eq, fp, Operand(elem));
3090 __ bind(&done);
3292 Label done;
3300 __ Branch(&done, eq, at, Operand(zero_reg));
3344 __ bind(&done);
3352 Label done;
3353 __ Branch(USE_DELAY_SLOT, &done, ge, input, Operand(zero_reg));
3358 __ bind(&done);
3417 Label done;
3418 __ Branch(&done, ne, result, Operand(zero_reg));
3423 __ bind(&done);
3433 Label done, check_sign_on_zero;
3449 __ Branch(&done);
3477 __ Branch(&done);
3494 __ Branch(&done, ne, result, Operand(zero_reg));
3501 __ bind(&done);
3530 Label done;
3532 __ BranchF(USE_DELAY_SLOT, &done, NULL, eq, temp, input);
3540 __ bind(&done);
3739 Label done;
3752 __ jmp(&done);
3758 __ bind(&done);
3907 Label done;
3908 __ Branch(&done, NegateCondition(cc), reg, operand);
3910 __ bind(&done);
4003 Label not_nan, done;
4035 __ Branch(&done);
4040 __ bind(&done);
4470 Label done, slow;
4495 __ Branch(&done);
4523 // Done. Put the value in dbl_scratch into the value of the allocated heap
4525 __ bind(&done);
4630 Label convert, load_smi, done;
4647 __ Branch(&done, ne, at, Operand(zero_reg));
4652 __ Branch(&done);
4661 __ Branch(&done);
4672 __ bind(&done);
4686 Label done;
4703 __ Branch(&done);
4711 __ Branch(USE_DELAY_SLOT, &done);
4717 __ Branch(USE_DELAY_SLOT, &done);
4724 __ Branch(USE_DELAY_SLOT, &done);
4747 __ Branch(&done, ne, input_reg, Operand(zero_reg));
4755 __ bind(&done);
4832 Label done;
4833 __ Branch(&done, ne, result_reg, Operand(zero_reg));
4838 __ bind(&done);
4867 Label done;
4868 __ Branch(&done, ne, result_reg, Operand(zero_reg));
4873 __ bind(&done);
5061 Label is_smi, done, heap_number;
5075 __ jmp(&done);
5082 __ jmp(&done);
5087 __ bind(&done);
5440 Label done;
5442 __ Branch(&done, hs, sp, Operand(at));
5448 __ bind(&done);
5461 // This will be done explicitly when emitting call and the safepoint in
5518 Label load_cache, done;
5522 __ jmp(&done);
5532 __ bind(&done);
5593 Label out_of_object, done;
5606 __ Branch(&done);
5615 __ bind(&done);