Lines Matching defs:count
2047 // c = (T)(v * ((T)~(T)0/255)) >> (sizeof(T) - 1) * BITS_PER_BYTE; //count
2787 void TurboAssembler::DropArguments(Register count, ArgumentsCountType type,
2791 Alsl_d(sp, count, sp, kPointerSizeLog2);
2797 SmiScale(scratch, count, kPointerSizeLog2);
2802 Add_d(sp, sp, count);
2831 void TurboAssembler::Drop(int count, Condition cond, Register reg,
2833 if (count <= 0) {
2843 Add_d(sp, sp, Operand(count * kPointerSize));
2986 // a0: actual arguments count
2988 // a2: expected arguments count
2993 // If the expected parameter count is equal to the adaptor sentinel, no need
3000 // If overapplication or if the actual argument count is equal to the
3001 // formal parameter count, no need to push extra undefined values.
3150 // The argument count is stored as uint16_t