Lines Matching refs:argument
5812 HValue* argument = arguments_values->at(i);
5813 HInstruction* push_argument = New<HPushArgument>(argument);
6687 HValue* argument = Pop();
6691 HUnaryMathOperation::New(zone(), context, argument, id);
6755 HValue* argument = Pop();
6759 HStringCharFromCode::New(zone(), context, argument);
6777 HValue* argument = Pop();
6781 HUnaryMathOperation::New(zone(), context, argument, id);
7276 // argument to the construct call.
7280 HValue* constructor = HPushArgument::cast(Top())->argument();
7524 // Argument of the count operation is a variable, not a property.
7577 // Argument of the count operation is a property.
9092 // 1 ~ The function to call is not itself an argument to the call.
9480 // the argument of the setter, see StoreStubCompiler::CompileStoreViaSetter.
9491 // Get the argument values from the original environment.