RegionSet 142 third_party/tcmalloc/chromium/src/memory_region_map.cc MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL; RegionSet 177 third_party/tcmalloc/chromium/src/memory_region_map.cc char rep[sizeof(RegionSet)]; RegionSet 179 third_party/tcmalloc/chromium/src/memory_region_map.cc RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); } RegionSet 267 third_party/tcmalloc/chromium/src/memory_region_map.cc if (regions_) regions_->~RegionSet(); RegionSet 340 third_party/tcmalloc/chromium/src/memory_region_map.cc RegionSet::iterator region = regions_->lower_bound(sample); RegionSet 449 third_party/tcmalloc/chromium/src/memory_region_map.cc RegionSet::const_iterator i = regions_->lower_bound(region); RegionSet 542 third_party/tcmalloc/chromium/src/memory_region_map.cc new(regions_) RegionSet(); RegionSet 667 third_party/tcmalloc/chromium/src/memory_region_map.cc for (RegionSet::iterator region = regions_->lower_bound(sample); RegionSet 680 third_party/tcmalloc/chromium/src/memory_region_map.cc RegionSet::iterator d = region; RegionSet 717 third_party/tcmalloc/chromium/src/memory_region_map.cc RegionSet::iterator d = region; RegionSet 806 third_party/tcmalloc/chromium/src/memory_region_map.cc for (RegionSet::const_iterator r = regions_->begin(); RegionSet 267 third_party/tcmalloc/chromium/src/memory_region_map.h typedef RegionSet::const_iterator RegionIterator; RegionSet 305 third_party/tcmalloc/chromium/src/memory_region_map.h static RegionSet* regions_; RegionSet 141 third_party/tcmalloc/vendor/src/memory_region_map.cc MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL; RegionSet 169 third_party/tcmalloc/vendor/src/memory_region_map.cc char rep[sizeof(RegionSet)]; RegionSet 171 third_party/tcmalloc/vendor/src/memory_region_map.cc RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); } RegionSet 235 third_party/tcmalloc/vendor/src/memory_region_map.cc if (regions_) regions_->~RegionSet(); RegionSet 303 third_party/tcmalloc/vendor/src/memory_region_map.cc RegionSet::iterator region = regions_->lower_bound(sample); RegionSet 356 third_party/tcmalloc/vendor/src/memory_region_map.cc RegionSet::const_iterator i = regions_->lower_bound(region); RegionSet 430 third_party/tcmalloc/vendor/src/memory_region_map.cc new(regions_) RegionSet(); RegionSet 522 third_party/tcmalloc/vendor/src/memory_region_map.cc for (RegionSet::iterator region = regions_->lower_bound(sample); RegionSet 533 third_party/tcmalloc/vendor/src/memory_region_map.cc RegionSet::iterator d = region; RegionSet 564 third_party/tcmalloc/vendor/src/memory_region_map.cc RegionSet::iterator d = region; RegionSet 642 third_party/tcmalloc/vendor/src/memory_region_map.cc for (RegionSet::const_iterator r = regions_->begin(); RegionSet 243 third_party/tcmalloc/vendor/src/memory_region_map.h typedef RegionSet::const_iterator RegionIterator; RegionSet 281 third_party/tcmalloc/vendor/src/memory_region_map.h static RegionSet* regions_;