Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h260 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() argument
262 if (pretty_method.find(cur_method) != std::string::npos) { in IsVerboseMethod()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc139 const char* pretty_method; in TEST_F() member
213 ASSERT_EQ(r.pretty_method, in TEST_F()
/art/oatdump/
Doatdump.cc1123 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() local
1125 class_method_index, pretty_method.c_str(), in DumpOatMethod()