Searched refs:roots_ (Results 1 – 2 of 2) sorted by relevance
89 roots_.push_back(Range{begin, end}); in Root()106 for (auto it = roots_.begin(); it != roots_.end(); it++) { in DetectLeaks()
53 roots_(allocator), root_vals_(allocator), in HeapWalker()99 allocator::vector<Range> roots_; variable