/third_party/skia/src/utils/ |
H A D | SkEventTracer.cpp | 45 bool SkEventTracer::SetInstance(SkEventTracer* tracer) { in SetInstance() argument
|
/third_party/python/Lib/turtledemo/ |
H A D | forest.py | 14 from turtle import Turtle, colormode, tracer, mainloop namespace
|
/third_party/FreeBSD/contrib/libexecinfo/ |
H A D | unwind.c | 74 tracer(struct _Unwind_Context *ctx, void *arg)
in tracer() function
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | code-tracer.h | 44 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); } in Scope() argument 55 explicit StreamScope(CodeTracer* tracer) : Scope(tracer) { in StreamScope() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | embedder-tracing.cc | 17 void LocalEmbedderHeapTracer::SetRemoteTracer(EmbedderHeapTracer* tracer) { in SetRemoteTracer() argument 115 ProcessingScope( LocalEmbedderHeapTracer* tracer) ProcessingScope() argument
|
H A D | gc-tracer-inl.h | 32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() argument
|
H A D | embedder-tracing.h | 32 void SetTracer(EmbedderHeapTracer* tracer) { tracer_ = tracer; } in SetTracer() argument
|
H A D | heap.h | 862 GCTracer* tracer() { return tracer_.get(); } in tracer() function in v8::internal::Heap
|
H A D | heap.cc | 5994 SetEmbedderHeapTracer(EmbedderHeapTracer* tracer) SetEmbedderHeapTracer() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc.h | 56 AmfTraceWriter tracer; ///< AMF writer registered with AMF member
|
H A D | amfenc.c | 96 AmfTraceWriter *tracer = (AmfTraceWriter*)pThis; in AMFTraceWriter_Write() local
|
/third_party/python/Lib/test/ |
H A D | test_scope.py | 588 def tracer(a,b,c): function
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A 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(); ReportBufferedAllocationSizeIfPossible() local [all...] |
/third_party/python/Lib/ |
H A D | turtle.py | 1246 def tracer(self, n=None, delay=None): member in TurtleScreen
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 8495 void Isolate::SetEmbedderHeapTracer(EmbedderHeapTracer* tracer) { in SetEmbedderHeapTracer() argument 10331 i::LocalEmbedderHeapTracer* const tracer = in IncreaseAllocatedSize() member in v8::OneByteMask::__anon13987::MapAsArrayKind::i 10342 i::LocalEmbedderHeapTracer* const tracer = in DecreaseAllocatedSize() member in v8::OneByteMask::__anon13987::MapAsArrayKind::i
|