Searched refs:pretty_method (Results 1 – 2 of 2) sorted by relevance
201 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() argument203 if (pretty_method.find(cur_method) != std::string::npos) { in IsVerboseMethod()
1149 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() local1151 class_method_index, pretty_method.c_str(), in DumpOatMethod()