Home | History | Annotate | Download | only in x87

Lines Matching defs:argc

2059   int const argc = args->length() - 2;
2060 __ mov(edi, Operand(esp, (argc + 1) * kPointerSize));
2062 __ mov(eax, Immediate(argc));
2064 OperandStackDepthDecrement(argc + 1);