Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h213 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() argument
215 if (pretty_method.find(cur_method) != std::string::npos) { in IsVerboseMethod()
/art/runtime/dex/
Dart_dex_file_loader_test.cc141 const char* pretty_method; in TEST_F() member
213 ASSERT_EQ(r.pretty_method, raw->PrettyMethod(it.GetMemberIndex(), /* with_signature */ true)); in TEST_F()
/art/oatdump/
Doatdump.cc1309 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() local
1311 class_method_index, pretty_method.c_str(), in DumpOatMethod()