Home
last modified time | relevance | path

Searched refs:TypeId (Results 1 – 19 of 19) 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.h155 struct TypeId { struct
159 DISALLOW_COPY_AND_ASSIGN(TypeId); argument
509 const TypeId& GetTypeId(uint32_t idx) const { in GetTypeId()
514 uint16_t GetIndexForTypeId(const TypeId& type_id) const { in GetIndexForTypeId()
524 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
529 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
534 const char* GetTypeDescriptor(const TypeId& type_id) const { in GetTypeDescriptor()
539 const TypeId* FindTypeId(uint32_t string_idx) const;
560 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
562 const DexFile::TypeId& type) const;
[all …]
Dmethod_helper.cc77 const DexFile::TypeId* other_type_id = in FindDexMethodIndexInOtherDexFile()
122 const DexFile::TypeId* other_type_id = in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
324 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
339 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
341 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Ddex_file.cc355 type_ids_(reinterpret_cast<const TypeId*>(base + header_->type_ids_off_)), in DexFile()
438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()
482 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId()
484 const DexFile::TypeId& type) const { in FindFieldId()
517 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId()
590 const DexFile::TypeId* DexFile::FindTypeId(uint32_t string_idx) const { in FindTypeId()
595 const TypeId& type_id = GetTypeId(mid); in FindTypeId()
682 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()
1133 if (!CheckListSize(ptr_, 1, sizeof(DexFile::TypeId), "type_ids")) { in CheckIntraSectionIterate()
1136 ptr_ += sizeof(DexFile::TypeId); in CheckIntraSectionIterate()
1491 const DexFile::TypeId* item = reinterpret_cast<const DexFile::TypeId*>(ptr_); in CheckInterTypeIdItem()
1503 const DexFile::TypeId* prev_item = reinterpret_cast<const DexFile::TypeId*>(previous_item_); in CheckInterTypeIdItem()
1511 ptr_ += sizeof(DexFile::TypeId); in CheckInterTypeIdItem()
Dclass_linker_test.cc354 const DexFile::TypeId& type_id = dex->GetTypeId(i); in AssertDexFile()
997 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
Dutils.cc328 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in PrettyType()
Dclass_linker.cc527 const DexFile::TypeId* void_type_id = dex_file.FindTypeId(void_string_index); in InitWithoutImage()
3453 const DexFile::TypeId* type_id = in LookupClassFromImage()
/art/runtime/mirror/
Dobject_test.cc277 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F()
337 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId( in TEST_F()
343 const DexFile::TypeId* type_type_id = dex_file->FindTypeId( in TEST_F()
Dclass-inl.h681 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals()
Dclass.cc732 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
/art/compiler/driver/
Dcompiler_driver-inl.h141 const DexFile::TypeId* type_id = in IsFastStaticField()
Dcompiler_driver.cc759 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
1871 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in InitializeClass()
/art/compiler/
Delf_patcher.cc165 const DexFile::TypeId& id = tpatch->GetDexFile().GetTypeId(tpatch->GetTargetTypeIdx()); in SetPatchLocation()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); in FindClassIndex()
Dcodegen_util.cc507 const DexFile::TypeId& target_method_id = cu_->dex_file->GetTypeId(target_method_idx); in InstallLiteralPools()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc985 const DexFile::TypeId& id = cu_->dex_file->GetTypeId(type_idx); in LoadClassType()
/art/runtime/gc/
Dheap.cc582 const DexFile::TypeId& type_id = dex_file->GetTypeId(class_def.class_idx_); in SafeGetClassDescriptor()