Home | History | Annotate | Download | only in ia32

Lines Matching defs:argc

2069   int const argc = args->length() - 2;
2070 __ mov(edi, Operand(esp, (argc + 1) * kPointerSize));
2072 __ mov(eax, Immediate(argc));
2074 OperandStackDepthDecrement(argc + 1);