Lines Matching defs:even
169 // If argc is even:
295 // that we don't have to handle the even and odd cases specially on
313 // Round the number of arguments down to the next even number, and claim
1672 // Round up to an even number of slots.
2222 // 3. Shift arguments. It depends if the arguments is even or odd.
2225 Label even;
2235 __ Tbz(argc_without_receiver, 0, &even);
2248 __ Bind(&even);
2390 Label exit, even;
2396 __ Tbz(slots_to_claim, 0, &even);
2398 // Claim space we need. If argc (without receiver) is even, slots_to_claim =
2409 __ Bind(&even);
2715 // Round up slots_to_claim to an even number if it is odd.
2724 // Arguments count is odd (with the receiver it's even), so there's no
2742 // Arguments count is even (with the receiver it's odd), so there's an
2759 // If bound_argc is even, there is no alignment massage to do, and we have