Searched defs:PrettyDescriptor (Results 1 – 5 of 5) sorted by relevance
269 std::string MethodType::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::MethodType273 std::string MethodType::PrettyDescriptor(ObjPtr<mirror::MethodType> method_type) { in PrettyDescriptor() function in art::mirror::MethodType278 std::string MethodType::PrettyDescriptor(Handle<MethodType> method_type) { in PrettyDescriptor() function in art::mirror::MethodType282 std::string MethodType::PrettyDescriptor(RawMethodType method_type) { in PrettyDescriptor() function in art::mirror::MethodType
2143 std::string Class::PrettyDescriptor(ObjPtr<mirror::Class> klass) { in PrettyDescriptor() function in art::mirror::Class2150 std::string Class::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::Class
94 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() function480 std::string PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function
49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function in art::Primitive
37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() function in art::DataType