Lines Matching defs:parameters
876 Handle<FixedArray> parameters = GetParameters();
882 IsConstructor(), *parameters);
914 auto parameters = isolate()->factory()->NewFixedArray(param_count);
916 parameters->set(i, GetParameter(i));
918 return parameters;
967 // Print the parameters.
1082 // parameters we pass to the callee are not tagged.
1163 // Visit the rest of the parameters if they are tagged.
1242 // Visit tagged parameters that have been passed to the function of this
1243 // frame. Conceptionally these parameters belong to the parent frame. However,
1448 // supplied parameters, not all parameters required)
1505 Handle<FixedArray> parameters =
1508 parameters->set(i, GetParameter(i));
1511 return parameters;
1557 FixedArray parameters)
1564 parameters_(parameters, isolate) {
2299 // parameters, stack local variables, context local variables, stack slots,
2325 // Print the parameters.
2519 // The 'fixed' part of the frame consists of the incoming parameters and
2541 // Note: This is according to the Translation's notion of 'parameters' which
2573 // Note: This is according to the Translation's notion of 'parameters' which