Home
last modified time | relevance | path

Searched refs:trace_ (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h74 if (trace_ != nullptr) { in Unref()
75 gpr_log(GPR_INFO, "%s:%p unref %d -> %d, weak_ref %d -> %d", trace_, this, in Unref()
92 if (trace_ != nullptr) { in Unref()
94 trace_, this, location.file(), location.line(), strong_refs, in Unref()
116 if (trace_ != nullptr) { in RefIfNonZero()
118 trace_, this, strong_refs, strong_refs + 1, weak_refs); in RefIfNonZero()
135 if (trace_ != nullptr) { in RefIfNonZero()
138 trace_, this, location.file(), location.line(), strong_refs, in RefIfNonZero()
169 const char* trace = trace_; in WeakUnref()
191 const char* trace = trace_; in WeakUnref()
[all …]
Dref_counted.h65 trace_(trace), in trace_() function
74 if (trace_ != nullptr) {
75 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this,
85 if (trace_ != nullptr) {
87 trace_, this, location.file(), location.line(), prior, prior + n,
102 if (trace_ != nullptr) { in RefNonZero()
103 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, in RefNonZero()
114 if (trace_ != nullptr) { in RefNonZero()
116 trace_, this, location.file(), location.line(), prior, prior + 1, in RefNonZero()
130 if (trace_ != nullptr) { in RefIfNonZero()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.h51 trace_.AddTraceEvent(severity, data); in AddTraceEvent()
56 trace_.AddTraceEventWithReference(severity, data, in AddTraceEventWithReference()
69 ChannelTrace trace_; variable
Dclient_channel_channelz.cc37 trace_(channel_tracer_max_nodes) {} in SubchannelNode()
63 Json trace_json = trace_.RenderJson(); in RenderJson()
/third_party/grpc/src/core/lib/channel/
Dchannelz.h186 trace_.AddTraceEvent(severity, data); in AddTraceEvent()
191 trace_.AddTraceEventWithReference(severity, data, in AddTraceEventWithReference()
218 ChannelTrace trace_; variable
251 trace_.AddTraceEvent(severity, data); in AddTraceEvent()
256 trace_.AddTraceEventWithReference(severity, data, in AddTraceEventWithReference()
265 ChannelTrace trace_; variable
Dchannelz.cc147 trace_(channel_tracer_max_nodes) {} in ChannelNode()
181 Json trace_json = trace_.RenderJson(); in RenderJson()
254 : BaseNode(EntityType::kServer, ""), trace_(channel_tracer_max_nodes) {} in ServerNode()
308 Json trace_json = trace_.RenderJson(); in RenderJson()
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftdebug.h54 #define FT_TRACE_DEF( x ) trace_ ## x ,
89 #define FT_TRACE_COMP_( x ) trace_ ## x
/third_party/freetype/include/freetype/internal/
Dftdebug.h56 #define FT_TRACE_DEF( x ) trace_ ## x ,
91 #define FT_TRACE_COMP_( x ) trace_ ## x
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftdebug.h71 #define FT_TRACE_DEF( x ) trace_ ## x ,
157 #define FT_TRACE_COMP_( x ) trace_ ## x
/third_party/skia/platform_tools/android/apps/skottie/
Drun_perf.sh56 mv trace out/trace_${renderer_names[${renderer}]}_${file}_${testnames[$file]}
/third_party/grpc/test/core/channel/
Dchannel_trace_test.cc50 ChannelTrace* trace() const { return &node_->trace_; } in trace()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.h251 std::vector<AbstractBasePtrList> trace_; variable
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dperformance_overlay.dart67 /// directory in this form "trace_<collection_time>.skp". These can
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog1665 Don't use `trace_' prefix for FT_COMPONENT arguments.
1668 FT_TRACE_COMP_): New auxiliary macros to add `trace_' prefix.
/third_party/freetype/
DChangeLog3582 Don't use `trace_' prefix for FT_COMPONENT arguments.
3585 FT_TRACE_COMP_): New auxiliary macros to add `trace_' prefix.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2106331 Don't use `trace_' prefix for FT_COMPONENT arguments.
6334 FT_TRACE_COMP_): New auxiliary macros to add `trace_' prefix.
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1266 + ProcessBacktrace(trace_, count_, prefix_string, &handler);
1279 + ProcessBacktrace(trace_, count_, prefix_string, &handler);
1296 + uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1;