Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:arguments

2319     // We can only tail call without any stack arguments.
3379 // The values contain a list of all elements in the arguments object
3498 // Default arguments to is_not_in_new_space depend on this heap number
3990 // The arguments elements is considered tagged.
3996 HValue* arguments() const { return OperandAt(0); }
4003 HAccessArgumentsAt(HValue* arguments, HValue* length, HValue* index) {
4006 SetOperandAt(0, arguments);
4079 // However when building stubs, where we know that the arguments are Int32,