Home
last modified time | relevance | path

Searched refs:regions_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h283 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/
Dstack_trace_posix.cc576 for (const MappedMemoryRegion& region : instance->regions_) { in OpenObjectFileContainingPc()
604 for (auto& r : regions_) { in SetBaseAddressesForMemoryRegions()
657 if (!ParseProcMaps(contents, &regions_)) { 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/
Dminidump.cc2690 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/
Dminidump.h584 MemoryRegions *regions_; variable