Home
last modified time | relevance | path

Searched defs:PrettyDescriptor (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dmethod_type.cc269 std::string MethodType::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::MethodType
273 std::string MethodType::PrettyDescriptor(ObjPtr<mirror::MethodType> method_type) { in PrettyDescriptor() function in art::mirror::MethodType
278 std::string MethodType::PrettyDescriptor(Handle<MethodType> method_type) { in PrettyDescriptor() function in art::mirror::MethodType
282 std::string MethodType::PrettyDescriptor(RawMethodType method_type) { in PrettyDescriptor() function in art::mirror::MethodType
Dclass.cc2089 std::string Class::PrettyDescriptor(ObjPtr<mirror::Class> klass) { in PrettyDescriptor() function in art::mirror::Class
2096 std::string Class::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::Class
/art/compiler/optimizing/
Ddata_type.cc37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() function in art::DataType
/art/libdexfile/dex/
Dprimitive.cc49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function in art::Primitive
Ddescriptors_names.cc94 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() function
481 std::string PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function