Searched refs:GetTypeId (Results 1 – 25 of 27) sorted by relevance
12
41 const dex::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);43 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);59 const dex::TypeId& lhs_param_id = dex_file_->GetTypeId(lhs_params->GetTypeItem(i).type_idx_);61 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);86 dex_file_->GetTypeId(proto_id_->return_type_idx_)); in Compare()88 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_)); in Compare()105 dex_file_->GetTypeId(lhs_params->GetTypeItem(i - 1u).type_idx_)); in Compare()107 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i - 1u).type_idx_)); in Compare()
47 StringReference sr1(tr1.dex_file, tr1.dex_file->GetTypeId(tr1.TypeIndex()).descriptor_idx_); in operator()48 StringReference sr2(tr2.dex_file, tr2.dex_file->GetTypeId(tr2.TypeIndex()).descriptor_idx_); in operator()
46 return dex_file->GetTypeDescriptorView(dex_file->GetTypeId(ProtoId().return_type_idx_)); in ReturnType()76 lhs.dex_file->GetTypeId(params1->GetTypeItem(i).type_idx_)); in SlowCompare()78 rhs.dex_file->GetTypeId(params2->GetTypeItem(i).type_idx_)); in SlowCompare()
66 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
47 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create()62 const dex::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in Create()
315 const dex::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()330 const dex::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()332 const dex::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
471 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId()490 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId()708 const TypeId& type_id = GetTypeId(type_idx); in PrettyType()
107 return GetTypeDescriptor(GetTypeId(type_idx)); in GetTypeDescriptor()115 return GetTypeDescriptorView(GetTypeId(type_idx)); in GetTypeDescriptorView()
373 const dex::TypeId& GetTypeId(dex::TypeIndex idx) const { in GetTypeId() function
61 dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_))); in GetImtHashComponents()71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_))); in GetImtHashComponents()
534 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));
436 const dex::TypeId& type_id = dex.GetTypeId(dex::TypeIndex(i)); in AssertDexFile()
43 const dex::TypeId& type_id = ref.dex_file->GetTypeId(ref.TypeIndex()); in GetTypeDescriptor()52 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in BootImageRepresentation()
865 dump_ic << dex_file->GetTypeDescriptor(dex_file->GetTypeId(target)); in GetInlineCacheLine()907 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods()1132 dex_file->GetTypeId(class_ref.TypeIndex()), *name_id, *proto_id); in FindMethodIndex()
328 dex_file->GetTypeDescriptor(dex_file->GetTypeId(method_id.class_idx_))); in GetDexPcOfCallTo()
140 << "type_idx=" << i << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
2206 const dex::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in Visit()2233 const dex::TypeId& class_type_id = dex_file.GetTypeId(class_def->class_idx_); in TryInitializeClass()
846 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()866 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorHash()
1062 type, dex_file.GetTypeDescriptorView(dex_file.GetTypeId(field_id.type_idx_))); in FindFieldByNameAndType()1495 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
220 dex_file->GetStringData(dex_file->GetTypeId(dex::TypeIndex(i)).descriptor_idx_)); in ProcessDexFiles()
100 const dex::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId()
672 = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_)); in GetDeclaringClass()4862 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx)); in GetMethodReturnType()
1873 const dex::TypeId& type_id = pDexFile->GetTypeId(type_idx); in dumpCallSite()
2549 const art::dex::TypeId& declaring_class_id = dex_file_->GetTypeId(class_def.class_idx_); in UpdateMethods()2566 old_dex_file.GetTypeId( in UpdateMethods()
1604 if (Primitive::GetType(dex_file.GetTypeDescriptor(dex_file.GetTypeId( in HasTrivialClinit()2425 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(type_index)); in BuildNewArray()