Lines Matching defs:done
344 Label done;
348 JumpIfSmi(value, &done);
368 bind(&done);
639 Label done;
643 JumpIfSmi(value, &done);
648 MemoryChunk::kPointersToHereAreInterestingMask, zero, &done,
653 MemoryChunk::kPointersFromHereAreInterestingMask, zero, &done,
658 bind(&done);
1043 Label done;
1046 j(positive, &done, Label::kNear);
1058 bind(&done);
1067 Label done;
1070 j(positive, &done, Label::kNear);
1082 bind(&done);
1174 // If the result of the conversion is positive, we are already done.
2563 Label done;
2564 InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
2578 jmp(&done, Label::kNear);
2586 bind(&done);
2629 Label* done, InvokeType type) {