Home | History | Annotate | Download | only in compiler

Lines Matching full:arg3

248                                         Node* arg1, Node* arg2, Node* arg3,
259 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref,
264 Node* arg1, Node* arg2, Node* arg3,
275 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
280 Node* arg1, Node* arg2, Node* arg3,
291 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
377 Node* arg1, Node* arg2, Node* arg3,
390 Node* nodes[] = {centry, arg1, arg2, arg3, ref, arity, context};
399 Node* arg1, Node* arg2, Node* arg3,
412 Node* nodes[] = {centry, arg1, arg2, arg3, arg4, ref, arity, context};
421 Node* arg1, Node* arg2, Node* arg3,
435 Node* nodes[] = {centry, arg1, arg2, arg3, arg4, arg5, ref, arity, context};
444 Node* arg1, Node* arg2, Node* arg3,
458 Node* nodes[] = {centry, arg1, arg2, arg3, arg4,
510 Node* function, Node* arg0, Node* arg1, Node* arg2, Node* arg3, Node* arg4,
522 Node* args[] = {function, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7};