Searched refs:GetMaps (Results 1 – 8 of 8) sorted by relevance
26 virtual ~UnwinderMock() { delete GetMaps(); } in ~UnwinderMock()30 GetMaps()->Add(start, end, offset, flags, name, load_bias); in MockAddMap()34 unwindstack::MapInfo* map_info = GetMaps()->Find(offset); in MockSetBuildID()
71 std::unique_ptr<unwindstack::Maps> GetMaps(FuzzedDataProvider* data_provider);
71 std::unique_ptr<Maps> maps = GetMaps(&data_provider); in LLVMFuzzerTestOneInput()
112 std::unique_ptr<Maps> GetMaps(FuzzedDataProvider* data_provider) { in GetMaps() function
96 Maps* GetMaps() { return maps_; } in GetMaps() function
233 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps()396 dump_probable_cause(log, thread_info.siginfo, unwinder->GetMaps(), in dump_thread()428 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread()
261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()
401 Maps* maps = GetMaps(); in BuildFrameFromPcOnly()