Lines Matching defs:done
138 Label done;
142 JumpIfSmi(value, &done);
164 bind(&done);
310 Label done;
314 JumpIfSmi(value, &done);
318 &done);
321 &done);
337 bind(&done);
1610 Label done;
1611 Branch(&done);
1617 bind(&done);
1644 Label done;
1645 Branch(&done);
1651 bind(&done);
1659 Label simple_convert, done, fail;
1685 Branch(&done);
1692 bind(&done);
1714 Label simple_convert, done, fail;
1744 Branch(&done);
1751 bind(&done);
2147 Label* done) {
2160 Branch(done, ne, scratch, Operand(scratch2));
2165 bcnez(FCC0, done);
2172 Label done;
2174 TryInlineTruncateDoubleToI(result, double_input, &done);
2194 bind(&done);
2982 Label* done, InvokeType type) {
3108 Label done;
3109 InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
3124 Branch(&done);
3134 bind(&done);
3783 Label done;
3786 Branch(&done, eq, t8, Operand(JS_GENERATOR_OBJECT_TYPE));
3789 Branch(&done, eq, t8, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
3792 Branch(&done, eq, t8, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
3796 bind(&done);