Home
last modified time | relevance | path

Searched refs:with_signature (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dmethod_reference.h30 std::string PrettyMethod(bool with_signature = true) {
31 return dex_file->PrettyMethod(dex_method_index, with_signature);
Dart_method.cc767 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() argument
771 return m->PrettyMethod(with_signature); in PrettyMethod()
774 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() argument
785 if (with_signature) { in PrettyMethod()
Dart_method.h647 static std::string PrettyMethod(ArtMethod* m, bool with_signature = true)
649 std::string PrettyMethod(bool with_signature = true)
Ddex_file.cc1279 std::string DexFile::PrettyMethod(uint32_t method_idx, bool with_signature) const { in PrettyMethod()
1287 if (with_signature) { in PrettyMethod()
Ddex_file.h1099 std::string PrettyMethod(uint32_t method_idx, bool with_signature = true) const;
/art/compiler/debug/
Delf_symtab_writer.h41 bool with_signature) { in WriteDebugSymbols() argument
72 std::string name = info.dex_file->PrettyMethod(info.dex_method_index, with_signature); in WriteDebugSymbols()