Home | History | Annotate | Download | only in ia32

Lines Matching defs:then

322         // If the return target has dangling jumps to it, then we have not
2276 // If we are testing for equality then make use of the symbol shortcut.
2331 // If the length is 0 then our subtraction gave -1 which compares less
2345 // If the first character is the same then the long string sorts after
2621 // Then process it as a normal function call.
2819 JumpTarget then;
2821 ControlDestination dest(&then, &else_, true);
2828 // We may have dangling jumps to the then part.
2829 if (then.is_linked()) {
2831 then.Bind();
2835 // The then target was bound, so we compile the then part first.
2847 JumpTarget then;
2848 ControlDestination dest(&then, &exit, true);
2853 // then part.
2854 if (then.is_linked()) {
2857 then.Bind();
2861 // The then label was bound.
3038 // the previous test has not done so and then unuse it for the
3261 // Otherwise, jump around the body on the fall through and then
3288 // If we have chosen to recompile the test at the bottom, then
3399 // Otherwise, jump around the body on the fall through and then
3923 // state in ecx, then jump around the unlink blocks if any.
4099 JumpTarget then;
4102 ControlDestination dest(&then, &else_, true);
4109 if (then.is_linked()) {
4111 then.Bind();
4115 // The then target was bound, so we compile the then part first.
5014 // call. Then we call the resolved function using the given
6243 // there are no dangling jumps to is_true then the left
6248 // the current false target was a forward jump then we have a
6306 // there are no dangling jumps to is_false then the left
6311 // the current true target was a forward jump then we have a
8157 // Then load the low and high words of the double into ebx, edx.
8393 // If we have a match of the int32-but-not-Smi exponent then skip some
8396 // If the exponent is higher than that then go to slow case. This catches
8436 // 0 (biased) then the number is smaller in magnitude than 1.0 * 2^0, ie
9445 // If it's not a heap number, then return equal.
9483 // If either is a Smi (we know that not both are), then they can only
9517 // If either operand is a JSObject or an oddball value, then they are not
9607 // If one of the numbers was NaN, then the result is always false.