Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Daddress_mapper.h30 bool remove_existing_mappings);
46 bool remove_existing_mappings);
Daddress_mapper.cc17 const bool remove_existing_mappings) { in Map() argument
18 return MapWithID(real_addr, size, kuint64max, 0, remove_existing_mappings); in Map()
25 bool remove_existing_mappings) { in MapWithID() argument
56 if (!remove_existing_mappings) in MapWithID()