Searched defs:with_signature (Results 1 - 2 of 2) sorted by relevance

/art/compiler/debug/
H A Delf_symtab_writer.h41 bool with_signature) {
72 std::string name = info.dex_file->PrettyMethod(info.dex_method_index, with_signature);
39 WriteDebugSymbols(ElfBuilder<ElfTypes>* builder, const ArrayRef<const MethodDebugInfo>& method_infos, bool with_signature) argument
/art/runtime/
H A Dart_method.cc767 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { argument
771 return m->PrettyMethod(with_signature);
774 std::string ArtMethod::PrettyMethod(bool with_signature) { argument
785 if (with_signature) {

Completed in 73 milliseconds