Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h250 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() argument
252 if (pretty_method.find(cur_method) != std::string::npos) { in IsVerboseMethod()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc188 const char* pretty_method; in TEST_F() member
262 ASSERT_EQ(r.pretty_method, in TEST_F()
/art/oatdump/
Doatdump.cc714 std::string pretty_method = dex_file->PrettyMethod(dex_method_idx, true); in DumpMethodAndOffsetAsJson() local
717 "{\"method\":\"%s\",\"offset\":\"0x%08x\"}\n", pretty_method.c_str(), code_offset); in DumpMethodAndOffsetAsJson()
1126 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() local
1128 class_method_index, pretty_method.c_str(), in DumpOatMethod()