Searched refs:with_signature (Results 1 – 6 of 6) sorted by relevance
30 std::string PrettyMethod(bool with_signature = true) {31 return dex_file->PrettyMethod(dex_method_index, with_signature);
767 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() argument771 return m->PrettyMethod(with_signature); in PrettyMethod()774 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() argument785 if (with_signature) { in PrettyMethod()
647 static std::string PrettyMethod(ArtMethod* m, bool with_signature = true)649 std::string PrettyMethod(bool with_signature = true)
1279 std::string DexFile::PrettyMethod(uint32_t method_idx, bool with_signature) const { in PrettyMethod()1287 if (with_signature) { in PrettyMethod()
1099 std::string PrettyMethod(uint32_t method_idx, bool with_signature = true) const;
41 bool with_signature) { in WriteDebugSymbols() argument72 std::string name = info.dex_file->PrettyMethod(info.dex_method_index, with_signature); in WriteDebugSymbols()