/art/libdexfile/dex/ |
D | dex_file-inl.h | 67 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local 75 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx() local 79 inline const char* DexFile::GetTypeDescriptor(const TypeId& type_id) const { in GetTypeDescriptor() 84 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor() local 93 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor() local
|
D | dex_file.cc | 337 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local 376 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId() local 460 const DexFile::TypeId* type_id = FindTypeId(descriptor.c_str()); in CreateTypeList() local 623 const DexFile::TypeId& type_id = GetTypeId(type_idx); in PrettyType() local
|
D | dex_file_verifier.cc | 1027 const DexFile::TypeId& type_id = dex_file_->GetTypeId(dex_file_->GetFieldId(index).type_idx_); in CheckStaticFieldTypes() local 2934 const DexFile::TypeId* type_id = in GetClassOrError() local
|
D | dex_file.h | 526 dex::TypeIndex GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId() 575 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor() local
|
/art/runtime/ |
D | type_lookup_table.cc | 82 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable() local 96 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable() local
|
D | class_linker_test.cc | 433 const DexFile::TypeId& type_id = dex.GetTypeId(dex::TypeIndex(i)); in AssertDexFile() local 1309 const DexFile::TypeId* type_id = dex_file->FindTypeId("LStaticsFromCode;"); in TEST_F() local
|
D | oat_file.cc | 1820 const DexFile::TypeId* type_id = dex_file.FindTypeId(descriptor); in FindClassDef() local
|
D | debugger.cc | 1150 JDWP::RefTypeId type_id = gRegistry->AddRefType(o->GetClass()); in GetReferenceType() local
|
/art/dexlayout/ |
D | dex_visualize.cc | 125 void DumpTypeId(const dex_ir::TypeId* type_id, int class_index) { in DumpTypeId()
|
D | dex_ir.cc | 330 TypeId* type_id = new TypeId(GetStringId(disk_type_id.descriptor_idx_.index_)); in CreateTypeId() local 623 const TypeId* type_id = GetTypeIdOrNullPtr(type_index.index_); in DedupeOrCreateCodeItem() local 664 const TypeId* type_id = GetTypeIdOrNullPtr(DecodeUnsignedLeb128(&handlers_data)); in DedupeOrCreateCodeItem() local
|
D | dexlayout.cc | 553 dex_ir::TypeId* type_id = data->GetTypeId(); in DumpEncodedValue() local 816 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches() local 1095 dex_ir::TypeId* type_id = collections.GetTypeIdOrNullPtr(idx); in StringDataByTypeIdx() local
|
D | dex_ir.h | 798 void SetTypeId(TypeId* type_id) { u_.type_val_ = type_id; } in SetTypeId() 976 TypeAddrPair(const TypeId* type_id, uint32_t address) : type_id_(type_id), address_(address) { } in TypeAddrPair()
|
/art/profman/ |
D | profman.cc | 593 const DexFile::TypeId& type_id = dex_file->GetTypeId(type_index); in GetClassNamesAndMethods() local 760 const DexFile::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str()); in FindClass() local
|
/art/runtime/dex/ |
D | art_dex_file_loader_test.cc | 239 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 103 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId() local 121 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in TryGetClassDescriptorStringId() local
|
/art/runtime/mirror/ |
D | class.cc | 1020 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor() local 1260 const DexFile::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); in FindTypeIndexInOtherDexFile() local
|
D | class-inl.h | 888 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1311 const DexFile::TypeId* type_id = dex->FindTypeId("LManyMethods;"); in TEST_F() local 1415 const DexFile::TypeId* type_id = dex_file->FindTypeId("LManyMethods;"); in TEST_F() local
|
/art/compiler/ |
D | verifier_deps_test.cc | 253 const DexFile::TypeId* type_id = dex_file.FindTypeId(cls.c_str()); in HasUnverifiedClass() local
|
/art/runtime/jit/ |
D | profile_compilation_info.cc | 2038 const DexFile::TypeId& type_id = dex_file->GetTypeId(type_idx); in GetClassDescriptors() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1142 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1641 const DexFile::TypeId& type_id = in IsImageClass() local
|