Home | History | Annotate | Download | only in x64

Lines Matching defs:then

474         // If the return target has dangling jumps to it, then we have not
840 // Then process it as a normal function call.
1024 JumpTarget then;
1026 ControlDestination dest(&then, &else_, true);
1033 // We may have dangling jumps to the then part.
1034 if (then.is_linked()) {
1036 then.Bind();
1040 // The then target was bound, so we compile the then part first.
1052 JumpTarget then;
1053 ControlDestination dest(&then, &exit, true);
1058 // then part.
1059 if (then.is_linked()) {
1062 then.Bind();
1066 // The then label was bound.
1214 // the previous test has not done so and then unuse it for the
1438 // Otherwise, jump around the body on the fall through and then
1466 // then it is the continue target.
1577 // Otherwise, jump around the body on the fall through and then
1856 // If the reference has size zero then we can use the value below
2102 // state in ecx, then jump around the unlink blocks if any.
2280 JumpTarget then;
2283 ControlDestination dest(&then, &else_, true);
2290 if (then.is_linked()) {
2292 then.Bind();
2296 // The then target was bound, so we compile the then part first.
2715 // call. Then we call the resolved function using the given
3307 // there are no dangling jumps to is_true then the left
3312 // the current false target was a forward jump then we have a
3370 // there are no dangling jumps to is_false then the left
3375 // the current true target was a forward jump then we have a
6630 // If we have a match of the int32-but-not-Smi exponent then skip some
6633 // If the exponent is higher than that then go to slow case. This catches
6673 // 0 (biased) then the number is smaller in magnitude than 1.0 * 2^0, ie
7180 // If it's not a heap number, then return equal.
7216 // If either is a Smi (we know that not both are), then they can only
7234 // If either operand is a JSObject or an oddball value, then they are not
7929 // of rax is then passed to Runtime::PerformGC.