Home
last modified time | relevance | path

Searched refs:collector_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc116 : collector_(collector) { in TestDelegate()
117 collector_->Register(this); in TestDelegate()
125 collector_->OnChange(this); in OnFileChanged()
129 scoped_refptr<NotificationCollector> collector_; member in base::__anon6c31f26e0111::TestDelegate
169 collector_ = new NotificationCollector(); in SetUp()
198 collector_->Reset(); in WaitForEvents()
200 return collector_->Success(); in WaitForEvents()
203 NotificationCollector* collector() { return collector_.get(); } in collector()
208 scoped_refptr<NotificationCollector> collector_; member in base::__anon6c31f26e0111::FilePathWatcherTest
/external/v8/src/heap/
Dmark-compact.cc1315 : collector_(collector) {} in CodeMarkingVisitor()
1318 collector_->PrepareThreadForCodeFlushing(isolate, top); in VisitThread()
1322 MarkCompactCollector* collector_; member in v8::internal::CodeMarkingVisitor
1329 : collector_(collector) {} in SharedFunctionInfoMarkingVisitor()
1341 collector_->MarkObject(shared->code(), code_mark); in VisitPointer()
1342 collector_->MarkObject(shared, shared_mark); in VisitPointer()
1347 MarkCompactCollector* collector_; member in v8::internal::SharedFunctionInfoMarkingVisitor
1398 : collector_(heap->mark_compact_collector()) {} in RootMarkingVisitor()
1416 if (collector_->heap()->PurgeLeftTrimmedObject(p)) return; in MarkObjectByPointer()
1423 collector_->SetMark(object, mark_bit); in MarkObjectByPointer()
[all …]
Dmark-compact.h886 : collector_(collector) { in EvacuationScope()
887 collector_->set_evacuation(true); in EvacuationScope()
890 ~EvacuationScope() { collector_->set_evacuation(false); } in ~EvacuationScope()
893 MarkCompactCollector* collector_;
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc5323 pool_(&db_, &collector_) {} in SourceLocationTest()
5334 AbortingErrorCollector collector_; member in google::protobuf::descriptor_unittest::SourceLocationTest
5455 pool_(&db_, &collector_) {} in CopySourceCodeInfoToTest()
5458 AbortingErrorCollector collector_; member in google::protobuf::descriptor_unittest::CopySourceCodeInfoToTest