Home
last modified time | relevance | path

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

/art/tools/
Dmethod-to-descriptor.py75 def DescriptorToName(desc): function
140 print(DescriptorToName(name))
/art/libdexfile/dex/
Ddescriptors_names.h50 std::string DescriptorToName(const char* descriptor);
Ddescriptors_names.cc156 std::string DescriptorToName(const char* descriptor) { in DescriptorToName() function