/third_party/node/deps/v8/src/diagnostics/ |
D | code-tracer.h | 44 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); } in Scope() 55 explicit StreamScope(CodeTracer* tracer) : Scope(tracer) { in StreamScope()
|
/third_party/skia/src/utils/ |
D | SkEventTracer.cpp | 45 bool SkEventTracer::SetInstance(SkEventTracer* tracer) { in SetInstance() 56 if (auto tracer = gUserTracer.load(std::memory_order_acquire)) { in GetInstance() local
|
/third_party/node/test/parallel/ |
D | test-eventemitter-asyncresource.js | 60 const tracer = makeHook(['Foo']); constant 95 const tracer = makeHook(['ResourceName']); constant 116 const tracer = makeHook(['ResourceName']); constant
|
/third_party/node/deps/v8/src/heap/ |
D | embedder-tracing.cc | 17 void LocalEmbedderHeapTracer::SetRemoteTracer(EmbedderHeapTracer* tracer) { in SetRemoteTracer() 116 LocalEmbedderHeapTracer* tracer) in ProcessingScope()
|
D | gc-tracer.h | 33 #define TRACE_GC(tracer, scope_id) \ argument 39 #define TRACE_GC1(tracer, scope_id, thread_kind) \ argument 45 #define TRACE_GC_EPOCH(tracer, scope_id, thread_kind) \ argument
|
D | gc-tracer-inl.h | 32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope()
|
D | embedder-tracing.h | 32 void SetTracer(EmbedderHeapTracer* tracer) { tracer_ = tracer; } in SetTracer()
|
D | heap.h | 862 GCTracer* tracer() { return tracer_.get(); } in tracer() function
|
D | heap.cc | 5994 void Heap::SetEmbedderHeapTracer(EmbedderHeapTracer* tracer) { in SetEmbedderHeapTracer()
|
/third_party/FreeBSD/contrib/libexecinfo/ |
D | unwind.c | 74 tracer(struct _Unwind_Context *ctx, void *arg) in tracer() function
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | cpp-heap.cc | 302 auto* tracer = GetIsolate()->heap()->tracer(); in AddMainThreadEvent() local 638 auto* tracer = isolate_->heap()->local_embedder_heap_tracer(); in TraceEpilogue() local 733 auto* const tracer = isolate_->heap()->local_embedder_heap_tracer(); in ReportBufferedAllocationSizeIfPossible() local
|
/third_party/ffmpeg/libavcodec/ |
D | amfenc.h | 56 AmfTraceWriter tracer; ///< AMF writer registered with AMF member
|
D | amfenc.c | 96 AmfTraceWriter *tracer = (AmfTraceWriter*)pThis; in AMFTraceWriter_Write() local
|
/third_party/python/Lib/test/ |
D | test_trace.py | 359 def _coverage(self, tracer, argument
|
D | test_scope.py | 537 def tracer(a,b,c): function
|
D | test_sys_settrace.py | 553 def run(tracer): argument
|
/third_party/node/deps/v8/src/compiler/ |
D | heap-refs.cc | 225 TraceScope tracer(broker, this, "PropertyCellData::Serialize"); in Cache() local 590 TraceScope tracer(broker, this, "JSFunctionData::Cache"); in Cache() local 944 TraceScope tracer(this, "JSHeapBroker::InitializeAndStartSerializing"); in InitializeAndStartSerializing() local
|
/third_party/python/Lib/ |
D | turtle.py | 1246 def tracer(self, n=None, delay=None): member in TurtleScreen
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 8495 void Isolate::SetEmbedderHeapTracer(EmbedderHeapTracer* tracer) { in SetEmbedderHeapTracer() 10331 i::LocalEmbedderHeapTracer* const tracer = in IncreaseAllocatedSize() local 10342 i::LocalEmbedderHeapTracer* const tracer = in DecreaseAllocatedSize() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 32368 struct tracer { struct 32385 struct tracer *next; argument 32386 struct tracer_flags *flags; argument 32387 int enabled; 32388 bool print_max; 32389 bool allow_instances; 32390 bool noboot; 32447 struct tracer *tracer; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 65076 TraceFn tracer; member in js::DispatchWrapper
|