Home
last modified time | relevance | path

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

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