Home
last modified time | relevance | path

Searched refs:GetTypeDescriptor (Results 1 – 25 of 36) sorted by relevance

12

/art/runtime/
Dimtable-inl.h61 dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_))); in GetImtHashComponents()
71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_))); in GetImtHashComponents()
Dart_field.cc60 result += PrettyDescriptor(GetTypeDescriptor()); in PrettyField()
Dart_field-inl.h298 inline const char* ArtField::GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTypeDescriptor() function
313 return Primitive::GetType(GetTypeDescriptor()[0]); in GetTypeAsPrimitiveType()
323 return ProxyFindSystemClass(GetTypeDescriptor()); in LookupResolvedType()
333 return ProxyFindSystemClass(GetTypeDescriptor()); in ResolveType()
Dproxy_test.cc123 EXPECT_STREQ("[Ljava/lang/Class;", field->GetTypeDescriptor()); in TEST_F()
132 EXPECT_STREQ("[[Ljava/lang/Class;", field->GetTypeDescriptor()); in TEST_F()
Dart_method-inl.h283 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(GetReturnTypeIndex())); in GetReturnTypeDescriptor()
293 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
Dart_field.h209 const char* GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
Dhidden_api.cc171 type_signature_ = field->GetTypeDescriptor(); in MemberSignature()
/art/profman/
Dboot_image_profile.cc42 static std::string GetTypeDescriptor(const TypeReference& ref) { in GetTypeDescriptor() function
44 return ref.dex_file->GetTypeDescriptor(type_id); in GetTypeDescriptor()
52 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in BootImageRepresentation()
62 return GetTypeDescriptor(ref); in BootImageRepresentation()
67 std::string descriptor = GetTypeDescriptor(ref); in PreloadedClassesRepresentation()
Dprofman.cc749 out_lines->insert(std::string(dex_file->GetTypeDescriptor(type_id))); in GetClassNamesAndMethods()
757 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods()
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc66 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
Ddex_file-inl.h97 inline const char* DexFile::GetTypeDescriptor(const dex::TypeId& type_id) const { in GetTypeDescriptor() function
103 return GetTypeDescriptor(type_id); in GetFieldTypeDescriptor()
113 return GetTypeDescriptor(type_id); in GetMethodDeclaringClassDescriptor()
Ddex_file.h305 const char* GetTypeDescriptor(const dex::TypeId& type_id) const;
341 return GetTypeDescriptor(type_id); in GetFieldDeclaringClassDescriptor()
Ddex_file.cc573 return PrettyDescriptor(GetTypeDescriptor(type_id)); in PrettyType()
/art/runtime/hprof/
Dhprof.cc1222 SignatureToBasicTypeAndSize(class_static_field.GetTypeDescriptor(), &size); in DumpHeapClass()
1341 HprofBasicType t = SignatureToBasicTypeAndSize(field.GetTypeDescriptor(), &size); in DumpHeapClass()
1404 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), nullptr); in DumpHeapClass()
1492 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size); in DumpHeapInstanceObject()
/art/openjdkjvmti/
Dti_field.cc163 const char* sig = art_field->GetTypeDescriptor(); in GetFieldName()
Dti_redefine.cc2573 old_dex_file.GetTypeDescriptor( in UpdateMethods()
2600 const art::dex::TypeId* new_type_id = dex_file_->FindTypeId(field.GetTypeDescriptor()); in UpdateFields()
2619 (*field_map)[&f] = new_cls->FindDeclaredStaticField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()
2622 (*field_map)[&f] = new_cls->FindDeclaredInstanceField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()
2684 (is_static ? target_class->FindDeclaredStaticField(f.GetName(), f.GetTypeDescriptor()) in CopyFields()
2685 : target_class->FindDeclaredInstanceField(f.GetName(), f.GetTypeDescriptor())); in CopyFields()
2870 std::string_view(f.GetTypeDescriptor()) == in UpdateClassStructurally()
2871 std::string_view(field_or_method->GetTypeDescriptor()); in UpdateClassStructurally()
/art/dex2oat/driver/
Dcompiler_driver_test.cc136 << "type_idx=" << i << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
/art/runtime/mirror/
Dclass.cc954 result = std::string_view(field.GetTypeDescriptor()).compare(type); in FindFieldByNameAndType()
968 if (name == field.GetName() && type == field.GetTypeDescriptor()) { in FindFieldByNameAndType()
1172 descriptor = dex_file.GetTypeDescriptor(type_id); in GetDescriptor()
Dclass-inl.h883 return strcmp(dex_file.GetTypeDescriptor(type_id), match) == 0; in DescriptorEquals()
/art/runtime/verifier/
Dverifier_deps.cc138 if (strcmp(dex_file.GetTypeDescriptor(type_id), in TryGetClassDescriptorStringId()
139 klass_dex.GetTypeDescriptor(klass_type_id)) == 0) { in TryGetClassDescriptorStringId()
/art/runtime/native/
Djava_lang_reflect_Field.cc339 const char* field_type_descriptor = f->GetArtField()->GetTypeDescriptor(); in Field_set()
/art/compiler/debug/
Delf_debug_info_writer.h385 WriteLazyType(field->GetTypeDescriptor()); in Write()
/art/compiler/optimizing/
Dgraph_visualizer.cc385 const char* descriptor = load_class->GetDexFile().GetTypeDescriptor( in VisitLoadClass()
Dinliner.cc1726 DataType::FromShorty(resolved_field->GetTypeDescriptor()[0]), in CreateInstanceFieldGet()
1767 DataType::FromShorty(resolved_field->GetTypeDescriptor()[0]), in CreateInstanceFieldSet()
/art/runtime/arch/
Dstub_test.cc1595 if (f.GetTypeDescriptor()[0] != '[') { in TestFields()
1631 if (f.GetTypeDescriptor()[0] != '[') { in TestFields()

12