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.cc65 result += PrettyDescriptor(GetTypeDescriptor()); in PrettyField()
Dart_field-inl.h287 inline const char* ArtField::GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTypeDescriptor() function
302 return Primitive::GetType(GetTypeDescriptor()[0]); in GetTypeAsPrimitiveType()
312 return ProxyFindSystemClass(GetTypeDescriptor()); in LookupResolvedType()
322 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.h281 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(GetReturnTypeIndex())); in GetReturnTypeDescriptor()
291 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
Dart_field.h202 const char* GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
Dhidden_api.cc129 type_signature_ = field->GetTypeDescriptor(); in MemberSignature()
Ddebugger.cc1614 expandBufAddUtf8String(pReply, f->GetTypeDescriptor()); in OutputDeclaredFields()
1757 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in OutputFieldValue()
1778 return BasicTagFromDescriptor(FromFieldId(field_id)->GetTypeDescriptor()); in GetFieldBasicTag()
1782 return BasicTagFromDescriptor(FromFieldId(field_id)->GetTypeDescriptor()); in GetStaticFieldBasicTag()
1885 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor()); in GetFieldValueImpl()
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc66 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
Ddex_file-inl.h96 inline const char* DexFile::GetTypeDescriptor(const dex::TypeId& type_id) const { in GetTypeDescriptor() function
102 return GetTypeDescriptor(type_id); in GetFieldTypeDescriptor()
112 return GetTypeDescriptor(type_id); in GetMethodDeclaringClassDescriptor()
Ddex_file.h302 const char* GetTypeDescriptor(const dex::TypeId& type_id) const;
338 return GetTypeDescriptor(type_id); in GetFieldDeclaringClassDescriptor()
Ddex_file.cc572 return PrettyDescriptor(GetTypeDescriptor(type_id)); in PrettyType()
/art/openjdkjvmti/
Dti_field.cc82 const char* sig = art_field->GetTypeDescriptor(); in GetFieldName()
Dti_redefine.cc1471 old_dex_file.GetTypeDescriptor( in UpdateMethods()
1498 const art::dex::TypeId* new_type_id = dex_file_->FindTypeId(field.GetTypeDescriptor()); in UpdateFields()
/art/runtime/hprof/
Dhprof.cc1223 SignatureToBasicTypeAndSize(class_static_field.GetTypeDescriptor(), &size); in DumpHeapClass()
1342 HprofBasicType t = SignatureToBasicTypeAndSize(field.GetTypeDescriptor(), &size); in DumpHeapClass()
1405 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), nullptr); in DumpHeapClass()
1493 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size); in DumpHeapInstanceObject()
/art/dex2oat/driver/
Dcompiler_driver_test.cc136 << "type_idx=" << i << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
/art/runtime/mirror/
Dclass.cc833 result = std::string_view(field.GetTypeDescriptor()).compare(type); in FindFieldByNameAndType()
847 if (name == field.GetName() && type == field.GetTypeDescriptor()) { in FindFieldByNameAndType()
1024 descriptor = dex_file.GetTypeDescriptor(type_id); in GetDescriptor()
/art/profman/
Dprofman.cc652 out_lines->insert(std::string(dex_file->GetTypeDescriptor(type_id))); in GetClassNamesAndMethods()
660 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods()
/art/runtime/verifier/
Dverifier_deps.cc141 if (strcmp(dex_file.GetTypeDescriptor(type_id), in TryGetClassDescriptorStringId()
142 klass_dex.GetTypeDescriptor(klass_type_id)) == 0) { in TryGetClassDescriptorStringId()
/art/runtime/native/
Djava_lang_reflect_Field.cc337 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.cc379 const char* descriptor = load_class->GetDexFile().GetTypeDescriptor( in VisitLoadClass()
Dinliner.cc1683 DataType::FromShorty(resolved_field->GetTypeDescriptor()[0]), in CreateInstanceFieldGet()
1724 DataType::FromShorty(resolved_field->GetTypeDescriptor()[0]), in CreateInstanceFieldSet()
/art/runtime/arch/
Dstub_test.cc1734 if (f.GetTypeDescriptor()[0] != '[') { in TestFields()
1770 if (f.GetTypeDescriptor()[0] != '[') { in TestFields()
/art/oatdump/
Doatdump.cc2103 os << StringPrintf("null %s\n", PrettyDescriptor(field->GetTypeDescriptor()).c_str()); in PrintField()
2112 PrettyDescriptor(field->GetTypeDescriptor()).c_str()); in PrintField()
2118 os << "unexpected field type: " << field->GetTypeDescriptor() << "\n"; in PrintField()

12