Lines Matching full:address
129 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
131 return GetMemoryLittleEndian(address, value);
134 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
136 return GetMemoryLittleEndian(address, value);
139 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
141 return GetMemoryLittleEndian(address, value);
144 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
146 return GetMemoryLittleEndian(address, value);
150 bool MicrodumpMemoryRegion::GetMemoryLittleEndian(uint64_t address,
152 if (address < base_address_ ||
153 address - base_address_ + sizeof(ValueType) > contents_.size())
156 uint64_t start = address - base_address_;
236 // the stack pointer, the start address of the stack being dumped and