Lines Matching full:extractor
1814 RootsReferencesExtractor extractor(heap_);
1815 heap_->IterateRoots(&extractor, VISIT_ONLY_STRONG);
1816 extractor.SetCollectingAllReferences();
1817 heap_->IterateRoots(&extractor, VISIT_ALL);
1818 extractor.FillReferences(this);
1837 template<V8HeapExplorer::ExtractReferencesMethod extractor>
1858 if ((this->*extractor)(entry, obj)) {
2352 GlobalHandlesExtractor extractor(this);
2353 isolate->global_handles()->IterateAllRootsWithClassIds(&extractor);