HomeSort by relevance Sort by last modified time
    Searched refs:RegionSet (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 89 // move the data from saved_regions to its permanent place in the RegionSet,
141 MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL;
167 // Constructor-less place-holder to store a RegionSet in.
169 char rep[sizeof(RegionSet)];
171 RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); }
235 if (regions_) regions_->~RegionSet();
303 RegionSet::iterator region = regions_->lower_bound(sample);
356 RegionSet::const_iterator i = regions_->lower_bound(region);
409 // We can be called recursively, because RegionSet constructo
    [all...]
memory_region_map.h 186 // for searching in RegionSet regions_.
238 STL_Allocator<Region, MyAllocator> > RegionSet;
243 typedef RegionSet::const_iterator RegionIterator;
281 static RegionSet* regions_;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 90 // permanent place in the RegionSet and "bucket_table" respectively,
142 MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL;
175 // Constructor-less place-holder to store a RegionSet in.
177 char rep[sizeof(RegionSet)];
179 RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); }
267 if (regions_) regions_->~RegionSet();
340 RegionSet::iterator region = regions_->lower_bound(sample);
449 RegionSet::const_iterator i = regions_->lower_bound(region);
542 new(regions_) RegionSet();
    [all...]
memory_region_map.h 198 // for searching in RegionSet regions_.
262 STL_Allocator<Region, MyAllocator> > RegionSet;
267 typedef RegionSet::const_iterator RegionIterator;
305 static RegionSet* regions_;
364 // Initialize RegionSet regions_.
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 215 typedef std::vector<Region*> RegionSet;
218 RegionSet children;
480 typedef RegionSet::iterator iterator;
481 typedef RegionSet::const_iterator const_iterator;
580 typedef SmallPtrSet<Region*, 4> RegionSet;
  /external/llvm/lib/Analysis/
RegionInfo.cpp 382 RegionSet::iterator I = std::find(children.begin(), children.end(), Child);

Completed in 170 milliseconds