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

/art/runtime/
H A Dprimitive.cc34 const char* Primitive::PrettyDescriptor(Primitive::Type type) { function in class:art::Primitive
H A Dutils.cc210 std::string PrettyDescriptor(mirror::String* java_descriptor) { function in namespace:art
214 return PrettyDescriptor(java_descriptor->ToModifiedUtf8().c_str());
217 std::string PrettyDescriptor(mirror::Class* klass) { function in namespace:art
222 return PrettyDescriptor(klass->GetDescriptor(&temp));
225 std::string PrettyDescriptor(const char* descriptor) { function in namespace:art
280 result += PrettyDescriptor(f->GetTypeDescriptor());
284 result += PrettyDescriptor(f->GetDeclaringClass()->GetDescriptor(&temp));
300 result += PrettyDescriptor(dex_file.GetFieldDeclaringClassDescriptor(field_id));
311 return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id));
331 result += PrettyDescriptor(argument_descripto
1470 std::string PrettyDescriptor(Primitive::Type type) { function in namespace:art
[all...]

Completed in 140 milliseconds