Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddescriptors_names.h50 std::string DescriptorToName(const char* descriptor);
Ddescriptors_names.cc156 std::string DescriptorToName(const char* descriptor) { in DescriptorToName() function
/art/runtime/
Ddebugger.cc788 return DescriptorToName(klass->GetDescriptor(&temp)); in GetClassName()