HomeSort by relevance Sort by last modified time
    Searched refs:pretty_method (Results 1 - 3 of 3) sorted by null

  /art/compiler/driver/
compiler_options.h 213 bool IsVerboseMethod(const std::string& pretty_method) const {
215 if (pretty_method.find(cur_method) != std::string::npos) {
  /art/runtime/dex/
art_dex_file_loader_test.cc 141 const char* pretty_method; member in struct:art::Result
213 ASSERT_EQ(r.pretty_method, raw->PrettyMethod(it.GetMemberIndex(), /* with_signature */ true));
  /art/oatdump/
oatdump.cc 1309 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); local
    [all...]

Completed in 72 milliseconds