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

  /external/v8/src/tracing/
trace-event.h 436 // Define SetTraceValue for each allowed type. It stores the type and
441 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
450 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
476 static V8_INLINE void SetTraceValue(ConvertableToTraceFormat* convertable_value,
485 SetTraceValue(std::unique_ptr<T> ptr, unsigned char* type, uint64_t* value) {
486 SetTraceValue(ptr.release(), type, value);
513 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_type, &arg_value);
529 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_types[0],
531 SetTraceValue(std::forward<ARG2_TYPE>(arg2_val), &arg_types[1],
  /external/libchrome/base/trace_event/
trace_event.h 534 // Define SetTraceValue for each allowed type. It stores the type and
541 static inline void SetTraceValue( \
553 static inline void SetTraceValue( \
584 // std::string version of SetTraceValue so that trace arguments can be strings.
585 static inline void SetTraceValue(const std::string& arg,
594 // base::Time, base::TimeTicks, etc. versions of SetTraceValue to make it easier
596 static inline void SetTraceValue(const base::Time arg,
603 static inline void SetTraceValue(const base::TimeTicks arg,
610 static inline void SetTraceValue(const base::ThreadTicks arg,
668 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0])
    [all...]
trace_log.cc 135 ::trace_event_internal::SetTraceValue(value, &arg_type, &arg_value);
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 336 // Define SetTraceValue for each allowed type. It stores the type and
342 static inline void SetTraceValue( \
354 static inline void SetTraceValue( \
414 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
436 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
437 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
  /external/webrtc/webrtc/base/
trace_event.h     [all...]

Completed in 143 milliseconds