Home
last modified time | relevance | path

Searched refs:PrettyDescriptor (Results 1 – 25 of 63) sorted by relevance

123

/aosp12/art/libdexfile/dex/
H A Ddescriptors_names_test.cc50 EXPECT_EQ("byte[]", PrettyDescriptor("[B")); in TEST_F()
52 EXPECT_EQ("char[]", PrettyDescriptor("[C")); in TEST_F()
58 EXPECT_EQ("int[]", PrettyDescriptor("[I")); in TEST_F()
60 EXPECT_EQ("long[]", PrettyDescriptor("[J")); in TEST_F()
68 EXPECT_EQ("byte", PrettyDescriptor("B")); in TEST_F()
69 EXPECT_EQ("char", PrettyDescriptor("C")); in TEST_F()
70 EXPECT_EQ("double", PrettyDescriptor("D")); in TEST_F()
71 EXPECT_EQ("float", PrettyDescriptor("F")); in TEST_F()
72 EXPECT_EQ("int", PrettyDescriptor("I")); in TEST_F()
73 EXPECT_EQ("long", PrettyDescriptor("J")); in TEST_F()
[all …]
H A Ddescriptors_names.h32 std::string PrettyDescriptor(const char* descriptor);
33 std::string PrettyDescriptor(Primitive::Type type);
H A Ddescriptors_names.cc76 std::string PrettyDescriptor(const char* descriptor) { in PrettyDescriptor() function
414 std::string PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function
415 return PrettyDescriptor(Primitive::Descriptor(type)); in PrettyDescriptor()
H A Dprimitive.cc49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() function in art::Primitive
H A Dprimitive.h138 static const char* PrettyDescriptor(Type type);
/aosp12/art/runtime/
H A Dcommon_throws.cc50 os << " (declaration of '" << referrer->PrettyDescriptor() in AddReferrerLocation()
157 mirror::Class::PrettyDescriptor(src_type).c_str(), in ThrowClassCastException()
169 msg << mirror::Class::PrettyDescriptor(c); in ThrowClassCircularityError()
193 msg << "Illegal class access: '" << mirror::Class::PrettyDescriptor(referrer) in ThrowIllegalAccessErrorClass()
203 msg << "Illegal class access ('" << mirror::Class::PrettyDescriptor(referrer) in ThrowIllegalAccessErrorClassForMethodDispatch()
213 << mirror::Class::PrettyDescriptor(referrer) << "'"; in ThrowIllegalAccessErrorMethod()
220 << mirror::Class::PrettyDescriptor(referrer) << "'"; in ThrowIllegalAccessErrorField()
278 msg << "Class '" << mirror::Class::PrettyDescriptor(this_object->GetClass()) in ThrowIncompatibleClassChangeErrorClassForInterfaceSuper()
295 msg << "Class '" << mirror::Class::PrettyDescriptor(this_object->GetClass()) in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
297 << mirror::Class::PrettyDescriptor(interface_method->GetDeclaringClass()) in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
[all …]
H A Dreflection-inl.h109 PrettyDescriptor(srcType).c_str(), in ConvertPrimitiveValue()
110 PrettyDescriptor(dstType).c_str()).c_str()); in ConvertPrimitiveValue()
113 PrettyDescriptor(srcType).c_str(), in ConvertPrimitiveValue()
114 PrettyDescriptor(dstType).c_str()).c_str()); in ConvertPrimitiveValue()
H A Dart_field.cc60 result += PrettyDescriptor(GetTypeDescriptor()); in PrettyField()
64 result += PrettyDescriptor(GetDeclaringClass()->GetDescriptor(&temp)); in PrettyField()
H A Ddebug_print.cc81 oss << loader_separator << loader->GetClass()->PrettyDescriptor() in DescribeLoaders()
170 LOG(ERROR) << " iface #" << i << ": " << iface->PrettyDescriptor(); in DumpB77342775DebugData()
182 LOG(ERROR) << " - " << klass->PrettyDescriptor(); in DumpB77342775DebugData()
H A Dreflection.cc222 PrettyDescriptor(found_descriptor).c_str()).c_str()); in ThrowIllegalPrimitiveArgumentException()
256 mirror::Class::PrettyDescriptor(dst_class).c_str(), in BuildArgArrayFromObjectArray()
502 << soa.Self()->GetException()->GetClass()->PrettyDescriptor(); in InvokeMethodImpl()
920 dst_class->PrettyDescriptor().c_str(), in UnboxPrimitive()
926 dst_class->PrettyDescriptor().c_str()).c_str()); in UnboxPrimitive()
943 dst_class->PrettyDescriptor().c_str()).c_str()); in UnboxPrimitive()
947 dst_class->PrettyDescriptor().c_str()).c_str()); in UnboxPrimitive()
984 dst_class->PrettyDescriptor().c_str(), in UnboxPrimitive()
985 PrettyDescriptor(o->GetClass()->GetDescriptor(&temp)).c_str()).c_str()); in UnboxPrimitive()
1056 std::string expected_class_name(mirror::Class::PrettyDescriptor(c)); in InvalidReceiverError()
H A Dvar_handles.cc93 callsite_type->PrettyDescriptor()); in VarHandleInvokeAccessor()
H A Dclass_linker.cc1866 << klass->PrettyDescriptor() << " iface #" << i; in VerifyAppImage()
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()
5396 << handle_scope_super->PrettyDescriptor() in InitializeClass()
6183 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
6194 super->PrettyDescriptor().c_str(), in LinkSuperClass()
6195 klass->PrettyDescriptor().c_str()); in LinkSuperClass()
[all …]
/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc831 DataType::PrettyDescriptor(input->GetType()), in VisitPhi()
832 DataType::PrettyDescriptor(phi->GetType()))); in VisitPhi()
976 DataType::PrettyDescriptor(input->GetType()))); in HandleBooleanInput()
1017 DataType::PrettyDescriptor(op->GetType()))); in VisitCondition()
1025 DataType::PrettyDescriptor(lhs->GetType()), in VisitCondition()
1026 DataType::PrettyDescriptor(rhs->GetType()))); in VisitCondition()
1049 DataType::PrettyDescriptor(result_type), in VisitNeg()
1050 DataType::PrettyDescriptor(input_type))); in VisitNeg()
1073 DataType::PrettyDescriptor(lhs_type), in VisitBinaryOperation()
1145 DataType::PrettyDescriptor(result_type), in VisitTypeConversion()
[all …]
H A Ddata_type.cc37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() function in art::DataType
H A Ddata_type_test.cc48 #define CHECK_NAME(type) EXPECT_STREQ(#type, DataType::PrettyDescriptor(DataType::Type::k##type)) in TEST()
/aosp12/art/runtime/verifier/
H A Dclass_verifier.cc174 failure_message = " that attempts to sub-class final class " + super->PrettyDescriptor(); in CommonVerifyClass()
180 *error = "Verifier rejected class " + klass->PrettyDescriptor() + failure_message; in CommonVerifyClass()
246 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
252 SCOPED_TRACE << "VerifyClass " << PrettyDescriptor(accessor.GetDescriptor()); in VerifyClass()
308 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
318 << ", class: " << PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
330 PrettyDescriptor(accessor.GetDescriptor()).c_str()); in VerifyClass()
H A Dreg_type.cc359 result << "Unresolved Reference: " << PrettyDescriptor(std::string(GetDescriptor()).c_str()); in Dump()
366 << PrettyDescriptor(std::string(GetDescriptor()).c_str()) in Dump()
374 << PrettyDescriptor(std::string(GetDescriptor()).c_str()); in Dump()
380 result << "Reference: " << mirror::Class::PrettyDescriptor(GetClass()); in Dump()
386 result << "Precise Reference: " << mirror::Class::PrettyDescriptor(GetClass()); in Dump()
392 result << "Uninitialized Reference: " << mirror::Class::PrettyDescriptor(GetClass()); in Dump()
399 result << "Uninitialized This Reference: " << mirror::Class::PrettyDescriptor(GetClass()); in Dump()
/aosp12/art/test/626-const-class-linking/
H A Dclear_dex_cache_types.cc59 << i << " " << classes->Get(i)->GetClass()->PrettyDescriptor(); in Java_Main_nativeDumpClasses()
62 LOG(ERROR) << "Class #" << i << ": " << as_class->PrettyDescriptor() in Java_Main_nativeDumpClasses()
67 << (loader != nullptr ? loader->GetClass()->PrettyDescriptor() : "N/A"); in Java_Main_nativeDumpClasses()
/aosp12/art/runtime/mirror/
H A Dmethod_type.cc155 std::string MethodType::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::MethodType
162 ss << p_types->GetWithoutChecks(i)->PrettyDescriptor(); in PrettyDescriptor()
169 ss << GetRType()->PrettyDescriptor(); in PrettyDescriptor()
H A Dobject.cc269 << " of type " << c->PrettyDescriptor() << " at offset " << field_offset; in CheckFieldAssignmentImpl()
291 std::string result(PrettyDescriptor(klass->GetDescriptor(&temp))); in PrettyTypeOf()
293 result += "<" + PrettyDescriptor(AsClass()->GetDescriptor(&temp)) + ">"; in PrettyTypeOf()
H A Dmethod_type.h72 std::string PrettyDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dclass.cc226 LOG(ERROR) << "Setting " << h_this->PrettyDescriptor() << " to erroneous."; in SetStatus()
269 CHECK_LT(new_status, ClassStatus::kResolved) << h_this->PrettyDescriptor(); in SetStatus()
1572 std::string Class::PrettyDescriptor(ObjPtr<mirror::Class> klass) { in PrettyDescriptor() function in art::mirror::Class
1576 return klass->PrettyDescriptor(); in PrettyDescriptor()
1579 std::string Class::PrettyDescriptor() { in PrettyDescriptor() function in art::mirror::Class
1581 return art::PrettyDescriptor(GetDescriptor(&temp)); in PrettyDescriptor()
1600 result += PrettyDescriptor(); in PrettyClass()
1615 result += PrettyDescriptor(); in PrettyClassAndClassLoader()
1635 << " descriptor=" << PrettyDescriptor(); in GetAccessFlagsDCheck()
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Constructor.cc72 c->PrettyDescriptor().c_str()); in Constructor_newInstance0()
83 if (c->PrettyDescriptor() == "dalvik.system.DexPathList$Element") { in Constructor_newInstance0()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc133 << " " << std::hex << dest_type->PrettyDescriptor() << ";" << dest_type->Depth() in artThrowClassCastException()
135 << " <: " << src_type->PrettyDescriptor() << ";" << src_type->Depth() in artThrowClassCastException()
/aosp12/art/test/667-jit-jni-stub/
H A Djit_jni_stub_test.cc45 CHECK(method != nullptr) << soa.Decode<mirror::Class>(klass)->PrettyDescriptor() << "." << name; in Java_Main_callThrough()

123