Home
last modified time | relevance | path

Searched refs:MappedRange (Results 1 – 2 of 2) sorted by relevance

/system/extras/perfprofd/quipper/
Daddress_mapper.h77 struct MappedRange { struct
89 inline bool Intersects(const MappedRange& range) const { in Intersects() argument
95 inline bool Covers(const MappedRange& range) const { in Covers() argument
102 inline bool Contains(const MappedRange& range) const { in Contains() argument
114 typedef std::list<MappedRange> MappingList; argument
118 bool Unmap(const MappedRange& range);
Daddress_mapper.cc26 MappedRange range; in MapWithID()
51 MappedRange old_range; in MapWithID()
67 const MappedRange& range = mappings_to_delete.front(); in MapWithID()
195 bool AddressMapper::Unmap(const MappedRange& range) { in Unmap()