Searched refs:with_signature (Results 1 – 3 of 3) sorted by relevance
41 bool with_signature) { in WriteDebugSymbols() argument72 std::string name = PrettyMethod(info.dex_method_index, *info.dex_file, with_signature); in WriteDebugSymbols()
151 std::string PrettyMethod(ArtMethod* m, bool with_signature = true)153 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature = true);
351 std::string PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() argument364 if (with_signature) { in PrettyMethod()376 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature) { in PrettyMethod() argument384 if (with_signature) { in PrettyMethod()