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

/art/runtime/
H A Dutils.cc218 std::string PrettyDescriptor(const mirror::String* java_descriptor) { function in namespace:art
222 return PrettyDescriptor(java_descriptor->ToModifiedUtf8());
225 std::string PrettyDescriptor(const mirror::Class* klass) { function in namespace:art
229 return PrettyDescriptor(ClassHelper(klass).GetDescriptor());
232 std::string PrettyDescriptor(const std::string& descriptor) { function in namespace:art
281 std::string PrettyDescriptor(Primitive::Type type) { function in namespace:art
283 return PrettyDescriptor(descriptor_string);
293 result += PrettyDescriptor(fh.GetTypeDescriptor());
296 result += PrettyDescriptor(fh.GetDeclaringClassDescriptor());
312 result += PrettyDescriptor(dex_fil
[all...]

Completed in 297 milliseconds