Searched refs:pretty_method (Results 1 – 3 of 3) sorted by relevance
256 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() argument258 if (pretty_method.find(cur_method) != std::string::npos) { in IsVerboseMethod()
148 const char* pretty_method; in TEST_F() member222 ASSERT_EQ(r.pretty_method, in TEST_F()
1102 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() local1104 class_method_index, pretty_method.c_str(), in DumpOatMethod()