Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 21 of 21) sorted by relevance

/art/dex2oat/
Dsdk_checker.cc110 const dex::TypeId* type_id = dex_file->FindTypeId(type_descriptor); in ShouldDenyAccess() local
137 const dex::TypeId* type_id = dex_file->FindTypeId(descriptor); in ShouldDenyAccess() local
Ddex2oat_vdex_test.cc103 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
Dverifier_deps_test.cc241 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
/art/libdexfile/dex/
Dtype_lookup_table.cc47 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create() local
62 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create() local
Ddex_file.cc471 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local
490 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local
574 const TypeId* type_id = FindTypeId(descriptor); in CreateTypeList() local
708 const TypeId& type_id = GetTypeId(type_idx); in PrettyType() local
Ddex_file-inl.h105 inline const char* DexFile::GetTypeDescriptor(const dex::TypeId& type_id) const { in GetTypeDescriptor()
113 inline std::string_view DexFile::GetTypeDescriptorView(const dex::TypeId& type_id) const { in GetTypeDescriptorView()
Dart_dex_file_loader_test.cc288 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
Ddex_file_verifier.cc196 const dex::TypeId& type_id = OffsetToPtr<dex::TypeId>(header_->type_ids_off_)[class_idx.index_]; in GetClass() local
1301 const dex::TypeId& type_id = dex_file_->GetTypeId(dex_file_->GetFieldId(index).type_idx_); in CheckStaticFieldTypes() local
1395 const dex::TypeId* type_id = reinterpret_cast<const dex::TypeId*>(ptr_); in CheckIntraTypeIdItem() local
Ddex_file.h378 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId()
/art/profman/
Dboot_image_profile.cc43 const dex::TypeId& type_id = ref.dex_file->GetTypeId(ref.TypeIndex()); in GetTypeDescriptorView() local
Dprofman.cc1001 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor); in FindClassDef() local
1022 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor); in FindClass() local
1484 const dex::TypeId *type_id = class_ref.dex_file->FindTypeId(receiver_descriptor); in ProcessLine() local
/art/runtime/mirror/
Dclass-inl.h958 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals() local
978 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorHash() local
Dclass.cc1457 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor() local
1902 const dex::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindTypeIndexInOtherDexFile() local
/art/runtime/
Dclass_linker_test.cc429 const dex::TypeId& type_id = dex.GetTypeId(dex::TypeIndex(i)); in AssertDexFile() local
1318 const dex::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F() local
/art/runtime/verifier/
Dverifier_deps.cc100 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId() local
Dreg_type_test.cc1144 const dex::TypeId* type_id = dex_file_->FindTypeId(descriptor); in TEST_F() local
/art/dexdump/
Ddexdump.cc1880 const dex::TypeId& type_id = pDexFile->GetTypeId(type_idx); in dumpCallSite() local
/art/tools/hiddenapi/
Dhiddenapi_test.cc169 const dex::TypeId* type_id = dex_file.FindTypeId(desc); in FindClass() local
/art/runtime/oat/
Doat_file.cc2486 const dex::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindClassDef() local
/art/libprofile/profile/
Dprofile_compilation_info.cc706 const dex::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindOrCreateTypeIndex() local
/art/dex2oat/linker/
Doat_writer.cc1459 const dex::TypeId& type_id = in StartClass() local