Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h113 std::string DescriptorToName(const char* descriptor);
Dutils.cc421 std::string DescriptorToName(const char* descriptor) { in DescriptorToName() function
Ddebugger.cc724 return DescriptorToName(klass->GetDescriptor(&temp)); in GetClassName()