Searched defs:GetMaps (Results 1 – 4 of 4) sorted by relevance
76 unwindstack::Maps* GetMaps() { return maps_.get(); } in GetMaps() function
96 Maps* GetMaps() { return maps_; } in GetMaps() function
160 Maps* OfflineUnwindUtils::GetMaps(const std::string& initial_sample_name) const { in GetMaps() function in unwindstack::OfflineUnwindUtils
127 std::unique_ptr<Maps> GetMaps(FuzzedDataProvider* data_provider) { in GetMaps() function