HomeSort by relevance Sort by last modified time
    Searched defs:arg_values (Results 1 - 5 of 5) sorted by null

  /art/runtime/
debugger.h 60 klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args),
75 std::unique_ptr<uint64_t[]> arg_values; // will be null if arg_count_ == 0. We take ownership member in struct:art::DebugInvokeReq
616 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 95 // const uint64_t* arg_values,
384 // functions are defined here instead of in the macro, because the arg_values
387 // the arg_values must live throughout these procedures.
413 uint64_t arg_values[1]; local
414 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
417 num_args, &arg1_name, arg_types, arg_values, flags);
435 uint64_t arg_values[2]; local
436 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
437 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
440 num_args, arg_names, arg_types, arg_values, flags)
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 106 // const unsigned long long* arg_values,
124 // const unsigned long long* arg_values,
143 // const unsigned long long* arg_values,
162 // const unsigned long long* arg_values,
537 // functions are defined here instead of in the macro, because the arg_values
540 // the arg_values must live throughout these procedures.
582 unsigned long long arg_values[2]; local
583 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
592 num_args, arg_names, arg_types, arg_values, convertable_values, flags);
614 unsigned long long arg_values[2] local
698 unsigned long long arg_values[1]; local
740 unsigned long long arg_values[2]; local
790 unsigned long long arg_values[1]; local
    [all...]
  /external/v8/src/tracing/
trace-event.h 121 // const uint64_t* arg_values,
470 // function is defined here instead of in the macro, because the arg_values
473 // the arg_values must live throughout these procedures.
492 uint64_t arg_values[1]; local
493 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
496 &arg1_name, arg_types, arg_values, flags);
508 uint64_t arg_values[2]; local
509 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
510 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
513 arg_names, arg_types, arg_values, flags)
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 125 // The |arg_values|, when used, are always deep copied with the _COPY
129 // const char* arg_values are only referenced by default:
135 // std::string arg_values are always copied:
562 // const unsigned long long* arg_values,
839 unsigned long long arg_values[1]; local
860 unsigned long long arg_values[2]; local
    [all...]

Completed in 805 milliseconds