Home | History | Annotate | Download | only in runtime

Lines Matching refs:PrettyDescriptor

106                             PrettyDescriptor(c).c_str());
109 PrettyDescriptor(c).c_str());
2548 DCHECK(klass->IsInitialized()) << PrettyDescriptor(klass);
2564 CHECK(class_data != nullptr) << PrettyDescriptor(klass);
2892 DCHECK(dst->IsArtMethod()) << PrettyDescriptor(dst->GetClass());
2933 << PrettyDescriptor(klass.Get()) << " in dex file " << dex_file.GetLocation();
3553 PrettyDescriptor(klass.Get()).c_str(),
3554 PrettyDescriptor(super.Get()).c_str()));
3579 << PrettyDescriptor(klass.Get()) << " in "
3582 PrettyDescriptor(klass.Get()).c_str());
3595 VLOG(class_linker) << "Soft verification failure in class " << PrettyDescriptor(klass.Get())
3628 LOG(ERROR) << "Verification failed on class " << PrettyDescriptor(klass.Get())
4192 << PrettyDescriptor(handle_scope_super.Get())
4310 PrettyDescriptor(klass.Get()).c_str());
4339 PrettyDescriptor(klass.Get()).c_str(),
4341 PrettyDescriptor(klass->GetSuperClass()).c_str());
4356 PrettyDescriptor(klass.Get()).c_str(),
4358 PrettyDescriptor(klass->GetIfTable()->GetInterface(i)).c_str());
4465 CHECK_EQ(klass->GetClassSize(), class_size) << PrettyDescriptor(klass.Get());
4686 PrettyDescriptor(super_class).c_str(),
4687 PrettyDescriptor(klass.Get()).c_str());
4711 PrettyDescriptor(interface).c_str(),
4712 PrettyDescriptor(klass.Get()).c_str());
4734 PrettyDescriptor(klass.Get()).c_str());
4740 PrettyDescriptor(super).c_str(),
4741 PrettyDescriptor(klass.Get()).c_str(),
4747 PrettyDescriptor(super).c_str(),
4748 PrettyDescriptor(klass.Get()).c_str());
4767 PrettyDescriptor(klass.Get()).c_str());
4992 << PrettyDescriptor(super_method->GetDeclaringClassDescriptor());
5085 PrettyDescriptor(klass.Get()).c_str(),
5086 PrettyDescriptor(interface->GetDescriptor(&temp)).c_str());
5668 << PrettyDescriptor(resolved) << " " << resolved->GetStatus();