Home | History | Annotate | Download | only in x64

Lines Matching defs:arity

2558                                  int arity,
2572 __ Set(rax, arity);
2596 CallKnownFunction(instr->function(), instr->arity(), instr);
2893 int arity = instr->arity();
2895 arity, NOT_IN_LOOP);
2904 int arity = instr->arity();
2906 arity, NOT_IN_LOOP);
2916 int arity = instr->arity();
2917 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE);
2926 int arity = instr->arity();
2928 arity, NOT_IN_LOOP);
2938 CallKnownFunction(instr->target(), instr->arity(), instr);
2947 __ Set(rax, instr->arity());
2953 CallRuntime(instr->function(), instr->arity(), instr);