Home
last modified time | relevance | path

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

/art/libdexfile/dex/
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
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
Ddex_file.cc334 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local
354 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local
439 const TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList() local
572 const TypeId& type_id = GetTypeId(type_idx); in PrettyType() local
Dart_dex_file_loader_test.cc239 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
Ddex_file.h291 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId()
340 const dex::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor() local
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
/art/dexlayout/
Ddex_visualize.cc125 void DumpTypeId(const dex_ir::TypeId* type_id, int class_index) { in DumpTypeId()
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
Ddex_ir_builder.cc847 const TypeId* type_id = header_->GetTypeIdOrNullPtr(type_index.index_); in DedupeOrCreateCodeItem() local
888 const TypeId* type_id = in DedupeOrCreateCodeItem() local
Ddex_writer.cc270 for (auto& type_id : header_->TypeIds()) { in WriteTypeIds() local
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()
/art/profman/
Dboot_image_profile.cc43 const dex::TypeId& type_id = ref.dex_file->GetTypeId(ref.TypeIndex()); in GetTypeDescriptor() local
Dprofman.cc748 const dex::TypeId& type_id = dex_file->GetTypeId(type_index); in GetClassNamesAndMethods() local
921 const dex::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str()); in FindClass() local
/art/runtime/verifier/
Dverifier_deps.cc117 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId() local
135 const dex::TypeId& type_id = dex_file.GetTypeId(type_idx); in TryGetClassDescriptorStringId() local
/art/runtime/mirror/
Dclass.cc1171 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor() local
1416 const dex::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile() local
Dclass-inl.h882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals() local
/art/runtime/
Dclass_linker_test.cc440 const dex::TypeId& type_id = dex.GetTypeId(dex::TypeIndex(i)); in AssertDexFile() local
1333 const dex::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F() local
Doat_file.cc2047 const dex::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindClassDef() local
/art/tools/hiddenapi/
Dhiddenapi_test.cc167 const dex::TypeId* type_id = dex_file.FindTypeId(desc); in FindClass() local
/art/dexdump/
Ddexdump.cc1802 const dex::TypeId& type_id = pDexFile->GetTypeId(type_idx); in dumpCallSite() local
/art/dex2oat/
Ddex2oat_test.cc1361 const dex::TypeId* type_id = dex->FindTypeId("LManyMethods;"); in TEST_F() local
1460 const dex::TypeId* type_id = dex_file->FindTypeId("LManyMethods;"); in TEST_F() local
Dverifier_deps_test.cc251 const dex::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in GetClassDefIndex() local
/art/libprofile/profile/
Dprofile_compilation_info.cc2132 const dex::TypeId& type_id = dex_file->GetTypeId(type_idx); in GetClassDescriptors() local
/art/dex2oat/driver/
Dcompiler_driver.cc1163 const dex::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses() local
/art/dex2oat/linker/
Doat_writer.cc1624 const dex::TypeId& type_id = in IsImageClass() local