Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_symtab_writer.h41 bool with_signature) { in WriteDebugSymbols() argument
72 std::string name = PrettyMethod(info.dex_method_index, *info.dex_file, with_signature); in WriteDebugSymbols()
/art/runtime/
Dutils.h151 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);
Dutils.cc351 std::string PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() argument
364 if (with_signature) { in PrettyMethod()
376 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature) { in PrettyMethod() argument
384 if (with_signature) { in PrettyMethod()