Lines Matching refs:arg_values
91 // const uint64_t* arg_values,
106 // const uint64_t* arg_values,
462 const uint64_t* arg_values, unsigned int flags) {
466 static_cast<intptr_t>(arg_values[0])));
470 static_cast<intptr_t>(arg_values[1])));
478 arg_values, arg_convertibles, flags);
485 const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
489 static_cast<intptr_t>(arg_values[0])));
493 static_cast<intptr_t>(arg_values[1])));
501 arg_names, arg_types, arg_values, arg_convertables, flags, timestamp);
507 const uint64_t* arg_values, unsigned int flags) {
511 static_cast<intptr_t>(arg_values[0])));
515 static_cast<intptr_t>(arg_values[1])));
521 category_group_enabled, name, num_args, arg_names, arg_types, arg_values,
579 // function is defined here instead of in the macro, because the arg_values
582 // the arg_values must live throughout these procedures.
617 uint64_t arg_values[2];
619 &arg_values[0]);
621 &arg_values[1]);
624 arg_names, arg_types, arg_values, flags);
659 uint64_t arg_values[2];
661 &arg_values[0]);
663 &arg_values[1]);
666 arg_names, arg_types, arg_values, flags, timestamp);