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

  /device/google/cuttlefish_common/common/vsoc/lib/
vsoc_memory.cpp 94 : regions_(regions), region_idx_by_name_(GetNameToIndexMap(regions)) {
95 for (size_t i = 0; i < regions_.size(); ++i) {
113 regions_);
122 return &regions_[region_idx_by_name_.at(region_name)];
144 std::vector<VSoCRegionLayoutImpl> regions_; member in class:vsoc::__anon2803::VSoCMemoryLayoutImpl
  /external/libchrome/base/debug/
stack_trace_posix.cc 576 for (const MappedMemoryRegion& region : instance->regions_) {
604 for (auto& r : regions_) {
657 if (!ParseProcMaps(contents, &regions_)) {
677 for (it = regions_.begin(); it != regions_.end(); ++it) {
750 std::vector<MappedMemoryRegion> regions_; member in class:base::debug::__anon27354::SandboxSymbolizeHelper
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.h 283 std::upper_bound(regions_.begin(), regions_.end(), ptr, &Comparator);
284 regions_.insert(entry, AllocationRegion(ptr, memory_size));
296 const std::vector<AllocationRegion>& regions() const { return regions_; }
309 std::upper_bound(regions_.begin(), regions_.end(), p, &Comparator);
311 if (entry != regions_.end()) {
320 std::vector<AllocationRegion> regions_; member in class:tensorflow::BFCAllocator::RegionManager
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 584 MemoryRegions *regions_; member in class:google_breakpad::MinidumpMemoryList
    [all...]

Completed in 217 milliseconds