Home
last modified time | relevance | path

Searched defs:map_suffixes_to_ignore (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h67 const std::vector<std::string> map_suffixes_to_ignore) in AndroidUnwinder()
129 const std::vector<std::string>& map_suffixes_to_ignore) in AndroidLocalUnwinder()
152 const std::vector<std::string> map_suffixes_to_ignore) in AndroidRemoteUnwinder()
/system/unwinding/libunwindstack/
DUnwinder.cpp113 static bool ShouldStop(const std::vector<std::string>* map_suffixes_to_ignore, in ShouldStop()
128 const std::vector<std::string>* map_suffixes_to_ignore) { in Unwind()
414 const std::vector<std::string>* map_suffixes_to_ignore) { in Unwind()
DThreadUnwinder.cpp151 const std::vector<std::string>* map_suffixes_to_ignore) { in UnwindWithSignal()