Home
last modified time | relevance | path

Searched refs:TypeId (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Ddex_file-inl.h85 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
86 const DexFile::TypeId& rhs_return_type_id =
102 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
103 const DexFile::TypeId& rhs_param_id =
Ddex_file.h156 struct TypeId { struct
160 DISALLOW_COPY_AND_ASSIGN(TypeId); argument
526 const TypeId& GetTypeId(uint32_t idx) const { in GetTypeId()
531 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId()
541 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
546 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
551 const char* GetTypeDescriptor(const TypeId& type_id) const { in GetTypeDescriptor()
556 const TypeId* FindTypeId(uint32_t string_idx) const;
577 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
579 const DexFile::TypeId& type) const;
[all …]
Ddex_file_test.cc299 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
325 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
340 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
342 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Ddex_file.cc407 type_ids_(reinterpret_cast<const TypeId*>(base + header_->type_ids_off_)), in DexFile()
489 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()
534 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId()
536 const DexFile::TypeId& type) const { in FindFieldId()
569 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId()
642 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { in FindTypeId()
647 const TypeId& type_id = GetTypeId(mid); in FindTypeId()
734 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
Ddex_file_verifier.cc80 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx); in CheckLoadStringByTypeIdx()
1160 if (!CheckListSize(ptr_, 1, sizeof(DexFile::TypeId), "type_ids")) { in CheckIntraSectionIterate()
1163 ptr_ += sizeof(DexFile::TypeId); in CheckIntraSectionIterate()
1518 const DexFile::TypeId* item = reinterpret_cast<const DexFile::TypeId*>(ptr_); in CheckInterTypeIdItem()
1530 const DexFile::TypeId* prev_item = reinterpret_cast<const DexFile::TypeId*>(previous_item_); in CheckInterTypeIdItem()
1538 ptr_ += sizeof(DexFile::TypeId); in CheckInterTypeIdItem()
Dart_method.cc166 const DexFile::TypeId* other_type_id = in FindDexMethodIndexInOtherDexFile()
Dclass_linker_test.cc351 const DexFile::TypeId& type_id = dex.GetTypeId(i); in AssertDexFile()
1031 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
Dutils.cc306 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType()
Dclass_linker.cc605 const DexFile::TypeId* void_type_id = dex_file.FindTypeId(void_string_index); in InitWithoutImage()
2947 const DexFile::TypeId* type_id = in LookupClassFromImage()
/art/compiler/utils/
Dtest_dex_file_builder.h119 uint32_t proto_ids_offset = type_ids_offset + types_.size() * sizeof(DexFile::TypeId); in Build()
175 Write32(type_ids_offset + entry.second * sizeof(DexFile::TypeId), GetStringIdx(entry.first)); in Build()
/art/runtime/mirror/
Dobject_test.cc312 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F()
372 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId( in TEST_F()
378 const DexFile::TypeId* type_type_id = dex_file->FindTypeId( in TEST_F()
Dclass-inl.h708 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals()
Dclass.cc724 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
/art/compiler/driver/
Dcompiler_driver-inl.h193 const DexFile::TypeId* type_id = in IsClassOfStaticMemberAvailableToReferrer()
Dcompiler_driver.cc802 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
2009 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in InitializeClass()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc717 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc967 const DexFile::TypeId& id = dex_file.GetTypeId(type_idx); in LoadClassType()
/art/runtime/gc/
Dheap.cc661 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor()