/aosp12/art/runtime/ |
H A D | sdk_checker.cc | 113 const dex::TypeId* type_id = dex_file->FindTypeId(art_field->GetTypeDescriptor()); in ShouldDenyAccess() local 140 const dex::TypeId* type_id = dex_file->FindTypeId(descriptor); in ShouldDenyAccess() local
|
H A D | class_linker_test.cc | 440 const dex::TypeId& type_id = dex.GetTypeId(dex::TypeIndex(i)); in AssertDexFile() local 1336 const dex::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F() local
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file-inl.h | 85 const dex::TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local 93 const dex::TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local 97 inline const char* DexFile::GetTypeDescriptor(const dex::TypeId& type_id) const { in GetTypeDescriptor() 102 const dex::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor() local 112 const dex::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor() local
|
H A D | type_lookup_table.cc | 51 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create() local 66 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create() local
|
H A D | dex_file.cc | 351 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local 371 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local 456 const TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList() local 590 const TypeId& type_id = GetTypeId(type_idx); in PrettyType() local
|
H A D | art_dex_file_loader_test.cc | 248 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
|
H A D | dex_file.h | 295 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() 351 const dex::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor() local
|
H A D | dex_file_verifier.cc | 149 const dex::TypeId* type_id = in GetClass() local 1141 const dex::TypeId& type_id = dex_file_->GetTypeId(dex_file_->GetFieldId(index).type_idx_); in CheckStaticFieldTypes() local 1232 const dex::TypeId* type_id = reinterpret_cast<const dex::TypeId*>(ptr_); in CheckIntraTypeIdItem() local
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceUtils.h | 65 inline uint32_t make_resid(uint8_t package_id, uint8_t type_id, uint16_t entry_id) { in make_resid()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_vdex_test.cc | 102 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
|
H A D | verifier_deps_test.cc | 247 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
|
H A D | dex2oat_test.cc | 1153 const dex::TypeId* type_id = dex->FindTypeId("LManyMethods;"); in TEST_F() local 1252 const dex::TypeId* type_id = dex_file->FindTypeId("LManyMethods;"); in TEST_F() local
|
/aosp12/art/dexlayout/ |
H A D | dex_visualize.cc | 125 void DumpTypeId(const dex_ir::TypeId* type_id, int class_index) { in DumpTypeId()
|
H A D | dexlayout.cc | 540 dex_ir::TypeId* type_id = data->GetTypeId(); in DumpEncodedValue() local 802 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches() local 1061 dex_ir::TypeId* type_id = header->GetTypeIdOrNullPtr(idx); in StringDataByTypeIdx() local
|
H A D | dex_ir_builder.cc | 847 const TypeId* type_id = header_->GetTypeIdOrNullPtr(type_index.index_); in DedupeOrCreateCodeItem() local 888 const TypeId* type_id = in DedupeOrCreateCodeItem() local
|
H A D | dex_writer.cc | 270 for (auto& type_id : header_->TypeIds()) { in WriteTypeIds() local
|
H A D | dex_ir.h | 780 void SetTypeId(TypeId* type_id) { u_.type_val_ = type_id; } in SetTypeId() 956 TypeAddrPair(const TypeId* type_id, uint32_t address) : type_id_(type_id), address_(address) { } in TypeAddrPair()
|
/aosp12/art/profman/ |
H A D | boot_image_profile.cc | 43 const dex::TypeId& type_id = ref.dex_file->GetTypeId(ref.TypeIndex()); in GetTypeDescriptor() local
|
H A D | profman.cc | 1043 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor); in FindClassDef() local 1064 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor); in FindClass() local 1507 const dex::TypeId *type_id = in ProcessLine() local
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | Resource.h | 243 inline uint8_t ResourceId::type_id() const { in type_id() function
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 746 uint8_t type_id = static_cast<uint8_t>(entry.first); in Load() local
|
/aosp12/system/extras/simpleperf/ |
H A D | event_type.cpp | 219 uint64_t type_id = strtoull(type_content.c_str(), NULL, 10); in LoadTypes() local
|
/aosp12/art/runtime/mirror/ |
H A D | class.cc | 1140 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor() local 1385 const dex::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile() local
|
H A D | class-inl.h | 882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals() local
|
/aosp12/art/runtime/verifier/ |
H A D | verifier_deps.cc | 103 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId() local
|