Home | History | Annotate | Download | only in runtime

Lines Matching refs:PrettyDescriptor

40       os << " (declaration of '" << PrettyDescriptor(referrer)
115 PrettyDescriptor(element_class).c_str(),
116 PrettyDescriptor(array_class).c_str()).c_str());
124 PrettyDescriptor(src_type).c_str(),
125 PrettyDescriptor(dest_type).c_str()).c_str());
136 msg << PrettyDescriptor(c);
152 msg << "Illegal class access: '" << PrettyDescriptor(referrer) << "' attempting to access '"
153 << PrettyDescriptor(accessed) << "'";
161 msg << "Illegal class access ('" << PrettyDescriptor(referrer) << "' attempting to access '"
162 << PrettyDescriptor(accessed) << "') in attempt to invoke " << type
170 << PrettyDescriptor(referrer) << "'";
177 << PrettyDescriptor(referrer) << "'";
231 msg << "Class '" << PrettyDescriptor(this_object->GetClass())
233 << PrettyDescriptor(interface_method->GetDeclaringClass())