Home
last modified time | relevance | path

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

12

/aosp12/art/runtime/
H A Dsdk_checker.cc113 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 Dclass_linker_test.cc440 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 Ddex_file-inl.h85 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 Dtype_lookup_table.cc51 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 Ddex_file.cc351 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 Dart_dex_file_loader_test.cc248 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
H A Ddex_file.h295 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 Ddex_file_verifier.cc149 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 DResourceUtils.h65 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 Ddex2oat_vdex_test.cc102 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
H A Dverifier_deps_test.cc247 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
H A Ddex2oat_test.cc1153 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 Ddex_visualize.cc125 void DumpTypeId(const dex_ir::TypeId* type_id, int class_index) { in DumpTypeId()
H A Ddexlayout.cc540 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 Ddex_ir_builder.cc847 const TypeId* type_id = header_->GetTypeIdOrNullPtr(type_index.index_); in DedupeOrCreateCodeItem() local
888 const TypeId* type_id = in DedupeOrCreateCodeItem() local
H A Ddex_writer.cc270 for (auto& type_id : header_->TypeIds()) { in WriteTypeIds() local
H A Ddex_ir.h780 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 Dboot_image_profile.cc43 const dex::TypeId& type_id = ref.dex_file->GetTypeId(ref.TypeIndex()); in GetTypeDescriptor() local
H A Dprofman.cc1043 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 DResource.h243 inline uint8_t ResourceId::type_id() const { in type_id() function
/aosp12/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp746 uint8_t type_id = static_cast<uint8_t>(entry.first); in Load() local
/aosp12/system/extras/simpleperf/
H A Devent_type.cpp219 uint64_t type_id = strtoull(type_content.c_str(), NULL, 10); in LoadTypes() local
/aosp12/art/runtime/mirror/
H A Dclass.cc1140 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 Dclass-inl.h882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals() local
/aosp12/art/runtime/verifier/
H A Dverifier_deps.cc103 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId() local

12