Searched refs:regions_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.h | 283 std::upper_bound(regions_.begin(), regions_.end(), ptr, &Comparator); in AddAllocationRegion() 284 regions_.insert(entry, AllocationRegion(ptr, memory_size)); in AddAllocationRegion() 296 const std::vector<AllocationRegion>& regions() const { return regions_; } in regions() 309 std::upper_bound(regions_.begin(), regions_.end(), p, &Comparator); in RegionFor() 311 if (entry != regions_.end()) { in RegionFor() 320 std::vector<AllocationRegion> regions_;
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 576 for (const MappedMemoryRegion& region : instance->regions_) { in OpenObjectFileContainingPc() 604 for (auto& r : regions_) { in SetBaseAddressesForMemoryRegions() 657 if (!ParseProcMaps(contents, ®ions_)) { in CacheMemoryRegions() 677 for (it = regions_.begin(); it != regions_.end(); ++it) { in OpenSymbolFiles() 750 std::vector<MappedMemoryRegion> regions_; member in base::debug::__anon24131be80111::SandboxSymbolizeHelper
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 2690 regions_(NULL), in MinidumpMemoryList() 2698 delete regions_; in ~MinidumpMemoryList() 2706 delete regions_; in Read() 2707 regions_ = NULL; in Read() 2807 regions_ = regions.release(); in Read() 2830 return &(*regions_)[index]; in GetMemoryRegionAtIndex()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 584 MemoryRegions *regions_; variable
|