Home | History | Annotate | Download | only in src

Lines Matching refs:argument

1874   HValue* argument() { return OperandAt(0); }
2016 // The argument count includes the receiver.
3167 void AddArgument(HValue* argument, Zone* zone) {
3169 SetOperandAt(values_.length() - 1, argument);