Lines Matching refs:PrettyDescriptor
220 self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str()); in HandleEarlierVerifyError()
536 extra = mirror::Class::PrettyDescriptor(verify_error->AsClass()); in ThrowEarlierClassFailure()
567 c->PrettyDescriptor().c_str()); in ThrowEarlierClassFailure()
1866 << klass->PrettyDescriptor() << " iface #" << i; in VerifyAppImage()
3424 DCHECK(klass->IsVisiblyInitialized()) << klass->PrettyDescriptor(); in FixupStaticTrampolines()
3748 LOG(WARNING) << "Duplicate fields in class " << klass->PrettyDescriptor() in LoadClass()
3826 << klass->PrettyDescriptor() << " in dex file " << dex_file.GetLocation(); in LoadMethod()
4516 klass->PrettyDescriptor().c_str(), in AttemptSupertypeVerification()
4517 supertype->PrettyDescriptor().c_str()); in AttemptSupertypeVerification()
4620 << klass->PrettyDescriptor() in VerifyClass()
4680 << klass->PrettyDescriptor() in VerifyClass()
4703 << klass->PrettyDescriptor() in VerifyClass()
4746 VLOG(verifier) << "Verification failed on class " << klass->PrettyDescriptor() in VerifyClass()
5396 << handle_scope_super->PrettyDescriptor() in InitializeClass()
5418 CHECK(handle_scope_iface != nullptr) << klass->PrettyDescriptor() << " iface #" << i; in InitializeClass()
5527 << mirror::Class::PrettyDescriptor(klass.Get()) in InitializeClass()
5571 CHECK(super_iface != nullptr) << iface->PrettyDescriptor() << " iface #" << i; in InitializeDefaultInterfaceRecursive()
5639 klass->PrettyDescriptor().c_str()); in WaitForInitializeClass()
5668 mirror::Class::PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
5671 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
5690 mirror::Class::PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureCheckResolveArgException()
5693 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureCheckResolveArgException()
5704 mirror::Class::PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureMismatch()
5707 mirror::Class::PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureMismatch()
6031 CHECK_EQ(klass->GetClassSize(), class_size) << klass->PrettyDescriptor(); in LinkClass()
6126 klass->PrettyDescriptor().c_str()); in LoadSuperAndInterfaces()
6138 super_class->PrettyDescriptor().c_str(), in LoadSuperAndInterfaces()
6139 klass->PrettyDescriptor().c_str()); in LoadSuperAndInterfaces()
6159 interface->PrettyDescriptor().c_str(), in LoadSuperAndInterfaces()
6160 klass->PrettyDescriptor().c_str()); in LoadSuperAndInterfaces()
6183 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6194 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6195 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6201 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6202 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6207 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6208 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6233 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
7325 klass->PrettyDescriptor().c_str(), in SetupInterfaceLookupTable()
7326 PrettyDescriptor(interface->GetDescriptor(&temp)).c_str()); in SetupInterfaceLookupTable()
8812 CHECK_EQ(total_reference_instance_fields, 1u) << klass->PrettyDescriptor(); in LinkFields()
9028 << resolved->PrettyDescriptor() << " " << resolved->GetStatus(); in DoResolveType()
9839 os << "#" << class_loader_index++ << " " << loader->GetClass()->PrettyDescriptor() << ": ["; in DumpForSigQuit()
9866 << loader->GetParent()->GetClass()->PrettyDescriptor(); in DumpForSigQuit()