Home
last modified time | relevance | path

Searched refs:AppendPrettyDescriptor (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddescriptors_names.h31 void AppendPrettyDescriptor(const char* descriptor, std::string* result);
Ddescriptors_names.cc29 void AppendPrettyDescriptor(const char* descriptor, std::string* result) { in AppendPrettyDescriptor() function
78 AppendPrettyDescriptor(descriptor, &result); in PrettyDescriptor()
Ddex_file.cc549 AppendPrettyDescriptor(StringByTypeIdx(proto_id->return_type_idx_), result); in AppendPrettyMethod()
552 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), result); in AppendPrettyMethod()
563 AppendPrettyDescriptor(StringByTypeIdx(params->GetTypeItem(i).type_idx_), result); in AppendPrettyMethod()
580 AppendPrettyDescriptor(GetFieldDeclaringClassDescriptor(field_id), &result); in PrettyField()
/art/compiler/debug/
Delf_symtab_writer.h74 AppendPrettyDescriptor(first->dex_file->GetClassDescriptor(dex_class_def), &*out); in GetDedupedName()