Home
last modified time | relevance | path

Searched defs:tracer (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dcode-tracer.h44 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); } in Scope()
55 explicit StreamScope(CodeTracer* tracer) : Scope(tracer) { in StreamScope()
/third_party/skia/src/utils/
DSkEventTracer.cpp45 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/
Dtest-eventemitter-asyncresource.js60 const tracer = makeHook(['Foo']); constant
95 const tracer = makeHook(['ResourceName']); constant
116 const tracer = makeHook(['ResourceName']); constant
/third_party/node/deps/v8/src/heap/
Dembedder-tracing.cc17 void LocalEmbedderHeapTracer::SetRemoteTracer(EmbedderHeapTracer* tracer) { in SetRemoteTracer()
116 LocalEmbedderHeapTracer* tracer) in ProcessingScope()
Dgc-tracer.h33 #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
Dgc-tracer-inl.h32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope()
Dembedder-tracing.h32 void SetTracer(EmbedderHeapTracer* tracer) { tracer_ = tracer; } in SetTracer()
Dheap.h862 GCTracer* tracer() { return tracer_.get(); } in tracer() function
Dheap.cc5994 void Heap::SetEmbedderHeapTracer(EmbedderHeapTracer* tracer) { in SetEmbedderHeapTracer()
/third_party/FreeBSD/contrib/libexecinfo/
Dunwind.c74 tracer(struct _Unwind_Context *ctx, void *arg) in tracer() function
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc302 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/
Damfenc.h56 AmfTraceWriter tracer; ///< AMF writer registered with AMF member
Damfenc.c96 AmfTraceWriter *tracer = (AmfTraceWriter*)pThis; in AMFTraceWriter_Write() local
/third_party/python/Lib/test/
Dtest_trace.py359 def _coverage(self, tracer, argument
Dtest_scope.py537 def tracer(a,b,c): function
Dtest_sys_settrace.py553 def run(tracer): argument
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc225 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/
Dturtle.py1246 def tracer(self, n=None, delay=None): member in TurtleScreen
/third_party/node/deps/v8/src/api/
Dapi.cc8495 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/
Dvmlinux.h32368 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/
Dstylo.hpp65076 TraceFn tracer; member in js::DispatchWrapper