Home | History | Annotate | Download | only in tracing

Lines Matching defs:arg_values

95 //                    const uint64_t* arg_values,
418 const uint64_t* arg_values, unsigned int flags) {
422 static_cast<intptr_t>(arg_values[0])));
426 static_cast<intptr_t>(arg_values[1])));
433 arg_values, arg_convertables, flags);
490 // function is defined here instead of in the macro, because the arg_values
493 // the arg_values must live throughout these procedures.
528 uint64_t arg_values[2];
530 &arg_values[0]);
532 &arg_values[1]);
535 arg_names, arg_types, arg_values, flags);