Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc170 static const std::string kMethodSep = "->"; // NOLINT [runtime/string] [4] variable
616 kMethodSep + in GetClassNamesAndMethods()
875 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessLine()
896 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()