/external/tensorflow/tensorflow/core/platform/ |
D | tracing.h | 102 : collector_(other.collector_) { in ScopedRegion() 103 other.collector_ = nullptr; in ScopedRegion() 107 : collector_(GetEventCollector(category)) { in ScopedRegion() 108 if (collector_) { in ScopedRegion() 109 collector_->StartRegion(arg); in ScopedRegion() 116 : collector_(GetEventCollector(category)) { in ScopedRegion() 117 if (collector_) { in ScopedRegion() 118 collector_->StartRegion(GetUniqueArg()); in ScopedRegion() 125 : collector_(GetEventCollector(category)) { in ScopedRegion() 126 if (collector_) { in ScopedRegion() [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/runtime/ |
D | eager_profiler.cc | 43 return context_->RegisterRunMetadataListener(&collector_); in Start() 47 collector_.BeforeClearRunMetadata(); in Stop() 53 return collector_.CollectData(run_metadata); in CollectData() 57 : context_(eager_context), collector_(eager_context) {} in EagerProfiler()
|
D | eager_profiler.h | 57 TraceCollector collector_; variable
|
/external/v8/src/heap/ |
D | mark-compact-inl.h | 23 collector_(collector), in MarkingVisitor() 93 collector_->AddEphemeronHashTable(table); in VisitEphemeronHashTable() 99 collector_->RecordSlot(table, key_slot, key); in VisitEphemeronHashTable() 112 collector_->RecordSlot(table, value_slot, value); in VisitEphemeronHashTable() 117 collector_->AddEphemeron(key, value); in VisitEphemeronHashTable() 158 collector_->AddTransitionArray(array); in VisitTransitionArray() 168 collector_->RecordSlot(host, p, target_object); in VisitPointer() 179 collector_->RecordSlot(host, reinterpret_cast<HeapObjectReference**>(p), in VisitPointer() 186 collector_->RecordSlot(host, reinterpret_cast<HeapObjectReference**>(p), in VisitPointer() 192 collector_->AddWeakReference(host, in VisitPointer() [all …]
|
D | mark-compact.cc | 881 : collector_(collector) {} in RootMarkingVisitor() 896 collector_->MarkRootObject(root, HeapObject::cast(*p)); in MarkObjectByPointer() 899 MarkCompactCollector* const collector_; member in v8::internal::MarkCompactCollector::RootMarkingVisitor 915 : collector_(collector) {} in CustomRootBodyMarkingVisitor() 939 collector_->MarkObject(host, HeapObject::cast(object)); in MarkObject() 942 MarkCompactCollector* const collector_; member in v8::internal::MarkCompactCollector::CustomRootBodyMarkingVisitor 1060 : collector_(collector) {} in RecordMigratedSlotVisitor() 1095 collector_->RecordRelocSlot(host, rinfo, target); in VisitCodeTarget() 1103 collector_->RecordRelocSlot(host, rinfo, object); in VisitEmbeddedPointer() 1129 MarkCompactCollector* collector_; member in v8::internal::RecordMigratedSlotVisitor [all …]
|
D | mark-compact.h | 953 return collector_->marking_worklist(); in marking_worklist() 957 MarkCompactCollector* const collector_; variable 964 : collector_(collector) { in EvacuationScope() 965 collector_->set_evacuation(true); in EvacuationScope() 968 ~EvacuationScope() { collector_->set_evacuation(false); } in ~EvacuationScope() 971 MarkCompactCollector* collector_;
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.h | 74 collector_(collector), in MetricCollector() 81 internal::Collector* const collector_; variable 110 : collector_(collector), in MetricCollectorGetter() 114 internal::Collector* const collector_; variable 342 registration_time_millis_, collector_->collection_time_millis(), point); in CollectValue() 353 return collector_->GetMetricCollector(metric_def, registration_time_millis_, in Get() 354 collector_); in Get()
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 135 : collector_(collector) {} in NetworkAnnotationTagCallback() 195 collector_->calls.push_back(instance); in AddFunction() 224 collector_->assignments.push_back(instance); in AddConstructor() 236 collector_->assignments.push_back(instance); in AddAssignment() 279 collector_->annotations.push_back(instance); in AddAnnotation() 283 Collector* collector_; member in __anon3e8690ca0111::NetworkAnnotationTagCallback
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 124 : collector_(collector) { in TestDelegate() 125 collector_->Register(this); in TestDelegate() 133 collector_->OnChange(this); in OnFileChanged() 137 scoped_refptr<NotificationCollector> collector_; member in base::__anond354078d0111::TestDelegate 166 collector_ = new NotificationCollector(); in SetUp() 196 collector_->Reset(run_loop.QuitClosure()); in WaitForEventsWithTimeout() 202 return collector_->Success(); in WaitForEventsWithTimeout() 205 NotificationCollector* collector() { return collector_.get(); } in collector() 213 scoped_refptr<NotificationCollector> collector_; member in base::__anond354078d0111::FilePathWatcherTest
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | device_tracer.cc | 480 : recorder_(recorder), collector_(collector) { in CudaEventCollector() 583 collector_->Save( in SaveStats() 596 collector_->Save(name, stats.release()); in SaveStats() 700 StepStatsCollector* collector_; member in tensorflow::__anon18c3f2790211::CudaEventCollector
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 6435 pool_(&db_, &collector_) {} in SourceLocationTest() 6446 AbortingErrorCollector collector_; member in google::protobuf::descriptor_unittest::SourceLocationTest 6567 pool_(&db_, &collector_) {} in CopySourceCodeInfoToTest() 6570 AbortingErrorCollector collector_; member in google::protobuf::descriptor_unittest::CopySourceCodeInfoToTest
|