Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A 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
H A Dclass.cc2143 std::string Class::PrettyDescriptor(ObjPtr<mirror::Class> klass) { in PrettyDescriptor() function in art::mirror::Class
2150 std::string Class::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::Class
/aosp_15_r20/art/libdexfile/dex/
H A Ddescriptors_names.cc94 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() function
480 std::string PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function
H A Dprimitive.cc49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function in art::Primitive
/aosp_15_r20/art/compiler/optimizing/
H A Ddata_type.cc37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() function in art::DataType