Lines Matching refs:arg_values
101 // const uint64_t* arg_values,
116 // const uint64_t* arg_values,
384 const uint64_t* arg_values, unsigned int flags) {
388 static_cast<intptr_t>(arg_values[0])));
392 static_cast<intptr_t>(arg_values[1])));
399 arg_values, arg_convertables, flags);
406 const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
410 static_cast<intptr_t>(arg_values[0])));
414 static_cast<intptr_t>(arg_values[1])));
421 arg_names, arg_types, arg_values, arg_convertables, flags, timestamp);
468 // function is defined here instead of in the macro, because the arg_values
471 // the arg_values must live throughout these procedures.
506 uint64_t arg_values[2];
508 &arg_values[0]);
510 &arg_values[1]);
513 arg_names, arg_types, arg_values, flags);
548 uint64_t arg_values[2];
550 &arg_values[0]);
552 &arg_values[1]);
555 arg_names, arg_types, arg_values, flags, timestamp);