Lines Matching defs:done

145   Label done;
149 JumpIfSmi(value, &done);
169 bind(&done);
296 Label done;
300 JumpIfSmi(value, &done);
305 MemoryChunk::kPointersToHereAreInterestingMask, eq, &done);
308 MemoryChunk::kPointersFromHereAreInterestingMask, eq, &done);
324 bind(&done);
2076 Label is_nan, done;
2081 Branch(USE_DELAY_SLOT, &done);
2090 bind(&done);
2101 Label is_nan, done;
2106 Branch(USE_DELAY_SLOT, &done);
2115 bind(&done);
2330 Label done;
2331 Branch(&done);
2337 bind(&done);
2365 Label done;
2366 Branch(&done);
2372 bind(&done);
2380 Label simple_convert, done, fail;
2406 Branch(&done);
2413 bind(&done);
2435 Label simple_convert, done, fail;
2465 Branch(&done);
2472 bind(&done);
2501 Label done;
2507 Branch(USE_DELAY_SLOT, &done, hs, at,
2513 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg));
2518 bind(&done);
2565 Label done;
2571 Branch(USE_DELAY_SLOT, &done, hs, at,
2577 Branch(USE_DELAY_SLOT, &done, ne, at, Operand(zero_reg));
2582 bind(&done);
3012 Label done;
3013 Branch(&done, ne, rt, Operand(zero_reg));
3015 bind(&done);
3023 Label done;
3024 Branch(&done, eq, rt, Operand(zero_reg));
3026 bind(&done);
3308 Label* done) {
3322 // If we had no exceptions we are done.
3323 Branch(done, eq, scratch, Operand(zero_reg));
3330 Label done;
3332 TryInlineTruncateDoubleToI(result, double_input, &done);
3354 bind(&done);
4865 Label* done, InvokeType type) {
4995 Label done;
4996 InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
5015 bind(&done);
5663 Label done;
5666 Branch(&done, eq, t8, Operand(JS_GENERATOR_OBJECT_TYPE));
5669 Branch(&done, eq, t8, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
5672 Branch(&done, eq, t8, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
5676 bind(&done);
5709 Label return_left, return_right, done;
5729 Branch(&done);
5736 bind(&done);
5760 Label return_left, return_right, done;
5780 Branch(&done);
5787 bind(&done);
5811 Label return_left, return_right, done;
5830 Branch(&done);
5837 bind(&done);
5861 Label return_left, return_right, done;
5880 Branch(&done);
5887 bind(&done);