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

/art/runtime/mirror/
H A Dclass.cc119 LOG(FATAL) << "Unexpected change back of class status for " << h_this->PrettyClass()
126 << h_this->PrettyClass() << " " << old_status << " -> " << new_status;
132 << h_this->PrettyClass()
248 os << PrettyClass();
273 os << " super='" << h_super->PrettyClass() << "' (cl=" << h_super->GetClassLoader()
277 os << " componentType=" << PrettyClass(GetComponentType()) << "\n";
288 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl.Ptr());
979 DCHECK(common_super_class != nullptr) << old_common->PrettyClass();
1013 CHECK(table != nullptr) << PrettyClass();
1313 std::string Class::PrettyClass(ObjPt function in class:art::mirror::Class
1320 std::string Class::PrettyClass() { function in class:art::mirror::Class
[all...]

Completed in 36 milliseconds