Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h117 static std::string Demangle(const std::string& name);
Ddso.cpp187 const std::string s = Dso::Demangle(name_); in DemangledName()
211 std::string Dso::Demangle(const std::string& name) { in Demangle() function in Dso