Searched defs:MapWithID (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/quipper/
H A Daddress_mapper.cc18 return MapWithID(real_addr, size, kuint64max, 0, remove_existing_mappings);
21 bool AddressMapper::MapWithID(const uint64_t real_addr, function in class:quipper::AddressMapper
82 CHECK(MapWithID(old_range.real_addr,
89 CHECK(MapWithID(range.real_addr, range.size, id, offset_base, false));
92 CHECK(MapWithID(range.real_addr + range.size,

Completed in 29 milliseconds