Searched defs:PrettyDescriptor (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ | ||
D | data_type.cc | 37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() function in art::DataType |
/art/libdexfile/dex/ | ||
D | primitive.cc | 49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function in art::Primitive |
D | descriptors_names.cc | 76 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() function |
/art/runtime/mirror/ | ||
D | method_type.cc | 155 std::string MethodType::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::MethodType |
D | class.cc | 1572 std::string Class::PrettyDescriptor(ObjPtr<mirror::Class> klass) { in PrettyDescriptor() function in art::mirror::Class |