HomeSort by relevance Sort by last modified time
    Searched full:regions_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 141 MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL; member in class:MemoryRegionMap
174 // The bytes where MemoryRegionMap::regions_ will point to.
182 // (or rather should we *not* use regions_ to record a hooked mmap).
216 // regions_ on demand for us.
235 if (regions_) regions_->~RegionSet();
236 regions_ = NULL;
300 if (regions_ != NULL) {
303 RegionSet::iterator region = regions_->lower_bound(sample);
304 if (region != regions_->end())
    [all...]
memory_region_map.h 186 // for searching in RegionSet regions_.
272 // Arena used for our allocations in regions_.
281 static RegionSet* regions_; member in class:MemoryRegionMap
283 // Lock to protect regions_ variable and the data behind.
304 // Verifying wrapper around regions_->insert(region)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 142 MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL; member in class:MemoryRegionMap
182 // The bytes where MemoryRegionMap::regions_ will point to.
190 // (or rather should we *not* use regions_ to record a hooked mmap).
224 // regions_ on demand for us.
234 if (regions_ == NULL) // init regions_
267 if (regions_) regions_->~RegionSet();
268 regions_ = NULL;
337 if (regions_ != NULL)
    [all...]
memory_region_map.h 198 // for searching in RegionSet regions_.
296 // Arena used for our allocations in regions_.
305 static RegionSet* regions_; member in class:MemoryRegionMap
307 // Lock to protect regions_ and buckets_ variables and the data behind.
352 // Verifying wrapper around regions_->insert(region)
364 // Initialize RegionSet regions_.
  /art/compiler/sea_ir/ir/
sea.cc 81 for (crt_it = regions_.begin(); crt_it != regions_.end(); ++crt_it) {
87 for (crt_it = regions_.begin(); crt_it != regions_.end(); ++crt_it) {
125 for (std::vector<Region*>::iterator region_it = regions_.begin();
126 region_it != regions_.end(); region_it++) {
153 for (std::vector<Region*>::iterator region_it = regions_.begin();
154 region_it != regions_.end(); region_it++) {
168 for (std::vector<Region*>::iterator regions_it = regions_.begin();
169 regions_it != regions_.end()
    [all...]
sea.h 269 return &regions_;
347 std::vector<Region*> regions_; member in class:sea_ir::SeaGraph
  /external/chromium_org/base/debug/
stack_trace_posix.cc 561 for (it = instance->regions_.begin(); it != instance->regions_.end();
601 if (!ParseProcMaps(contents, &regions_)) {
621 for (it = regions_.begin(); it != regions_.end(); ++it) {
695 std::vector<MappedMemoryRegion> regions_; member in class:base::debug::SandboxSymbolizeHelper

Completed in 329 milliseconds