Lines Matching defs:done
150 Label done;
154 JumpIfSmi(value, &done);
176 bind(&done);
295 Label done;
299 JumpIfSmi(value, &done);
309 // no bits are set, and cc is eq, it will branch to done
310 &done);
316 // no bits are set, and cc is eq, it will branch to done
317 &done);
334 bind(&done);
2004 Label done;
2053 // part, thus the input is already rounded, jump to done. Note that, NaN and
2058 Branch(&done, greater_equal, scratch2,
2099 bind(&done);
2117 // part, thus the input is already rounded, jump to done. Note that, NaN and
2763 Label* done) {
2768 // If we had no exceptions (i.e., scratch==1) we are done.
2769 Branch(done, eq, scratch, Operand(1));
2776 Label done;
2778 TryInlineTruncateDoubleToI(result, double_input, &done);
2796 bind(&done);
3683 Label* stack_overflow, Label* done) {
3687 DCHECK(stack_overflow != nullptr || done != nullptr);
3697 } else if (done != nullptr) {
3698 Branch(done, gt, scratch1, Operand(scratch2));
3706 Label* done, InvokeType type) {
3841 Label done;
3842 InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
3860 bind(&done);
4677 Label done;
4680 BranchShort(&done, eq, kScratchReg, Operand(JS_GENERATOR_OBJECT_TYPE));
4683 BranchShort(&done, eq, kScratchReg, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
4686 BranchShort(&done, eq, kScratchReg, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
4690 bind(&done);
4723 Label done, nan;
4751 j(&done);
4761 bind(&done);