Lines Matching defs:done

149   Label done;
153 JumpIfSmi(value, &done);
173 bind(&done);
301 Label done;
305 JumpIfSmi(value, &done);
310 MemoryChunk::kPointersToHereAreInterestingMask, eq, &done);
313 MemoryChunk::kPointersFromHereAreInterestingMask, eq, &done);
329 bind(&done);
1505 Label done;
1516 Branch(&done, eq, scratch1, Operand(zero_reg));
1523 bind(&done);
1562 Label done;
1573 Branch(&done, eq, scratch1, Operand(zero_reg));
1580 bind(&done);
1619 Label done;
1629 Branch(&done, eq, scratch1, Operand(zero_reg));
1632 bind(&done);
1767 Label is_nan, done;
1772 Branch(USE_DELAY_SLOT, &done);
1781 bind(&done);
1793 Label is_nan, done;
1798 Branch(USE_DELAY_SLOT, &done);
1808 bind(&done);
1935 Label done;
1936 Branch(&done);
1942 bind(&done);
1970 Label done;
1971 Branch(&done);
1977 bind(&done);
1993 Label done;
1996 Branch(USE_DELAY_SLOT, &done, hs, at,
2002 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg));
2007 bind(&done);
2054 Label done;
2060 Branch(USE_DELAY_SLOT, &done, hs, at,
2066 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg));
2071 bind(&done);
2493 Label done;
2494 Branch(&done, ne, rt, Operand(zero_reg));
2496 bind(&done);
2504 Label done;
2505 Branch(&done, eq, rt, Operand(zero_reg));
2507 bind(&done);
2520 Label done;
2531 Branch(&done, eq, scratch, Operand(zero_reg));
2533 bind(&done);
2546 Label done;
2557 Branch(&done, ne, scratch, Operand(zero_reg));
2559 bind(&done);
2669 Label* done) {
2683 // If we had no exceptions we are done.
2684 Branch(done, eq, scratch, Operand(zero_reg));
2691 Label done;
2693 TryInlineTruncateDoubleToI(result, double_input, &done);
2715 bind(&done);
4338 Label* done, InvokeType type) {
4467 Label done;
4468 InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
4487 bind(&done);
5115 Label done;
5118 Branch(&done, eq, t8, Operand(JS_GENERATOR_OBJECT_TYPE));
5121 Branch(&done, eq, t8, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
5124 Branch(&done, eq, t8, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
5128 bind(&done);
5161 Label return_left, return_right, done;
5180 Branch(&done);
5187 bind(&done);
5211 Label return_left, return_right, done;
5230 Branch(&done);
5237 bind(&done);
5261 Label return_left, return_right, done;
5280 Branch(&done);
5287 bind(&done);
5312 Label return_left, return_right, done;
5331 Branch(&done);
5338 bind(&done);