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

/art/runtime/mirror/
H A Dclass.cc163 LOG(FATAL) << "Unexpected change back of class status for " << h_this->PrettyClass()
170 << h_this->PrettyClass() << " " << old_status << " -> " << new_status;
176 << h_this->PrettyClass()
299 os << PrettyClass();
324 os << " super='" << h_super->PrettyClass() << "' (cl=" << h_super->GetClassLoader()
328 os << " componentType=" << PrettyClass(GetComponentType()) << "\n";
339 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl.Ptr());
1094 DCHECK(common_super_class != nullptr) << old_common->PrettyClass();
1128 CHECK(table != nullptr) << PrettyClass();
1424 std::string Class::PrettyClass(ObjPt function in class:art::mirror::Class
1431 std::string Class::PrettyClass() { function in class:art::mirror::Class
[all...]

Completed in 144 milliseconds