Home | History | Annotate | Download | only in ia32

Lines Matching full:arg_count

2026   int arg_count = args->length();
2028 for (int i = 0; i < arg_count; i++) {
2037 arg_count, in_loop);
2060 int arg_count = args->length();
2062 for (int i = 0; i < arg_count; i++) {
2070 arg_count, in_loop);
2071 __ mov(ecx, Operand(esp, (arg_count + 1) * kPointerSize)); // Key.
2083 int arg_count = args->length();
2085 for (int i = 0; i < arg_count; i++) {
2092 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE);
2102 int arg_count) {
2104 if (arg_count > 0) {
2105 __ push(Operand(esp, arg_count * kPointerSize));
2139 int arg_count = args->length();
2146 for (int i = 0; i < arg_count; i++) {
2162 EmitResolvePossiblyDirectEval(SKIP_CONTEXT_LOOKUP, arg_count);
2169 __ push(Operand(esp, (arg_count + 1) * kPointerSize));
2170 EmitResolvePossiblyDirectEval(PERFORM_CONTEXT_LOOKUP, arg_count);
2177 __ mov(Operand(esp, (arg_count + 0) * kPointerSize), edx);
2178 __ mov(Operand(esp, (arg_count + 1) * kPointerSize), eax);
2183 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE);
2308 int arg_count = args->length();
2309 for (int i = 0; i < arg_count; i++) {
2318 __ SafeSet(eax, Immediate(arg_count));
2319 __ mov(edi, Operand(esp, arg_count * kPointerSize));
3098 int arg_count = args->length() - 2; // For receiver and function.
3100 for (int i = 0; i < arg_count; i++) {
3103 VisitForAccumulatorValue(args->at(arg_count + 1)); // Function.
3107 ParameterCount count(arg_count);
3612 int arg_count = args->length();
3613 for (int i = 0; i < arg_count; i++) {
3622 arg_count, in_loop);
3628 __ CallRuntime(expr->function(), arg_count);