Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h201 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() argument
203 if (pretty_method.find(cur_method) != std::string::npos) { in IsVerboseMethod()
/art/oatdump/
Doatdump.cc1149 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() local
1151 class_method_index, pretty_method.c_str(), in DumpOatMethod()