Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DUnwinder.cpp126 static bool ShouldStop(const std::vector<std::string>* map_suffixes_to_ignore, in ShouldStop() argument
128 if (map_suffixes_to_ignore == nullptr) { in ShouldStop()
136 return std::find(map_suffixes_to_ignore->begin(), map_suffixes_to_ignore->end(), in ShouldStop()
137 map_name.substr(pos + 1)) != map_suffixes_to_ignore->end(); in ShouldStop()
141 const std::vector<std::string>* map_suffixes_to_ignore) { in Unwind() argument
165 if (ShouldStop(map_suffixes_to_ignore, map_info->name)) { in Unwind()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h78 const std::vector<std::string>* map_suffixes_to_ignore = nullptr);