Home | History | Annotate | Download | only in runtime

Lines Matching refs:PrettyDescriptor

184       self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str());
210 extra = mirror::Class::PrettyDescriptor(verify_error->AsClass());
238 c->PrettyDescriptor().c_str());
1178 << klass->PrettyDescriptor() << " iface #" << i;
2040 CHECK(class_table->Contains(klass)) << klass->PrettyDescriptor()
3115 DCHECK(klass->IsInitialized()) << klass->PrettyDescriptor();
3131 CHECK(class_data != nullptr) << klass->PrettyDescriptor();
3365 LOG(WARNING) << "Duplicate fields in class " << klass->PrettyDescriptor()
3480 << klass->PrettyDescriptor() << " in dex file " << dex_file.GetLocation();
4128 klass->PrettyDescriptor().c_str(),
4129 supertype->PrettyDescriptor().c_str());
4221 << klass->PrettyDescriptor()
4280 << klass->PrettyDescriptor()
4302 << klass->PrettyDescriptor()
4335 VLOG(verifier) << "Verification failed on class " << klass->PrettyDescriptor()
4917 << handle_scope_super->PrettyDescriptor()
4938 CHECK(handle_scope_iface != nullptr) << klass->PrettyDescriptor() << " iface #" << i;
5033 << mirror::Class::PrettyDescriptor(klass.Get())
5074 CHECK(super_iface != nullptr) << iface->PrettyDescriptor() << " iface #" << i;
5136 klass->PrettyDescriptor().c_str());
5165 mirror::Class::PrettyDescriptor(klass.Get()).c_str(),
5168 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(),
5187 mirror::Class::PrettyDescriptor(klass.Get()).c_str(),
5190 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(),
5201 mirror::Class::PrettyDescriptor(klass.Get()).c_str(),
5204 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(),
5499 CHECK_EQ(klass->GetClassSize(), class_size) << klass->PrettyDescriptor();
5593 klass->PrettyDescriptor().c_str());
5605 super_class->PrettyDescriptor().c_str(),
5606 klass->PrettyDescriptor().c_str());
5626 interface->PrettyDescriptor().c_str(),
5627 klass->PrettyDescriptor().c_str());
5649 klass->PrettyDescriptor().c_str());
5656 super->PrettyDescriptor().c_str(),
5657 klass->PrettyDescriptor().c_str(),
5663 super->PrettyDescriptor().c_str(),
5664 klass->PrettyDescriptor().c_str());
5689 klass->PrettyDescriptor().c_str());
6676 klass->PrettyDescriptor().c_str(),
6677 PrettyDescriptor(interface->GetDescriptor(&temp)).c_str());
7749 CHECK_EQ(total_reference_instance_fields, 1u) << klass->PrettyDescriptor();
7958 << resolved->PrettyDescriptor() << " " << resolved->GetStatus();