Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Ddata_type.cc37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() function in art::DataType
/aosp12/art/libdexfile/dex/
H A Dprimitive.cc49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function in art::Primitive
H A Ddescriptors_names.cc76 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() function
414 std::string PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function
/aosp12/art/runtime/mirror/
H A Dmethod_type.cc155 std::string MethodType::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::MethodType
H A Dclass.cc1572 std::string Class::PrettyDescriptor(ObjPtr<mirror::Class> klass) { in PrettyDescriptor() function in art::mirror::Class
1579 std::string Class::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::Class