Searched refs:LocalUpdatableMaps (Results 1 – 4 of 4) sorted by relevance
99 class LocalUpdatableMaps : public Maps {101 LocalUpdatableMaps() : Maps() {} in LocalUpdatableMaps() function102 virtual ~LocalUpdatableMaps() = default;
78 std::unique_ptr<LocalUpdatableMaps> maps_ = nullptr;
117 const std::string LocalUpdatableMaps::GetMapsFile() const { in GetMapsFile()121 bool LocalUpdatableMaps::Reparse() { in Reparse()
50 maps_.reset(new unwindstack::LocalUpdatableMaps()); in Init()