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

/art/runtime/
H A Dprimitive.cc34 const char* Primitive::PrettyDescriptor(Primitive::Type type) { function in class:art::Primitive
H A Dstack_map.h130 static const char* PrettyDescriptor(Kind kind) { function in class:art::DexRegisterLocation::Kind
360 << DexRegisterLocation::PrettyDescriptor(location.GetInternalKind());
520 << DexRegisterLocation::PrettyDescriptor(location.GetInternalKind());
H A Dutils.cc206 std::string PrettyDescriptor(mirror::String* java_descriptor) { function in namespace:art
210 return PrettyDescriptor(java_descriptor->ToModifiedUtf8().c_str());
213 std::string PrettyDescriptor(mirror::Class* klass) { function in namespace:art
218 return PrettyDescriptor(klass->GetDescriptor(&temp));
221 std::string PrettyDescriptor(const char* descriptor) { function in namespace:art
276 result += PrettyDescriptor(f->GetTypeDescriptor());
280 result += PrettyDescriptor(f->GetDeclaringClass()->GetDescriptor(&temp));
296 result += PrettyDescriptor(dex_file.GetFieldDeclaringClassDescriptor(field_id));
307 return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id));
327 result += PrettyDescriptor(argument_descripto
1451 std::string PrettyDescriptor(Primitive::Type type) { function in namespace:art
[all...]

Completed in 85 milliseconds