Searched refs:GetTypeItem (Results 1 – 25 of 26) sorted by relevance
12
42 result += dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_); in ToString()72 std::string_view param(dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_)); in operator ==()
68 const dex::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);70 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
79 int param_diff = strcmp(mr1.dex_file->StringByTypeIdx(params1->GetTypeItem(i).type_idx_), in SlowCompare()80 mr2.dex_file->StringByTypeIdx(params2->GetTypeItem(i).type_idx_)); in SlowCompare()
157 const TypeItem& GetTypeItem(uint32_t idx) const { in GetTypeItem() function
262 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_); in TEST_F()
1377 if (!CheckIndex(type_list->GetTypeItem(i).type_idx_.index_, in CheckIntraTypeList()2791 if (UNLIKELY(interfaces->GetTypeItem(i).type_idx_ == item->class_idx_)) { in CheckInterClassDefItem()2799 uint16_t interface_idx = interfaces->GetTypeItem(i).type_idx_.index_; in CheckInterClassDefItem()2815 if (UNLIKELY(!VerifyTypeDescriptor(interfaces->GetTypeItem(i).type_idx_, in CheckInterClassDefItem()2827 dex::TypeIndex idx1 = interfaces->GetTypeItem(i).type_idx_; in CheckInterClassDefItem()2829 dex::TypeIndex idx2 = interfaces->GetTypeItem(j).type_idx_; in CheckInterClassDefItem()
563 AppendPrettyDescriptor(StringByTypeIdx(params->GetTypeItem(i).type_idx_), result); in AppendPrettyMethod()
929 return type_list_->GetTypeItem(pos_).type_idx_; in GetTypeIdx()
69 const dex::TypeItem& type = param_types->GetTypeItem(i); in GetImtHashComponents()
246 m->ResolveClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_)); in BuildArgArrayFromObjectArray()384 dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in CheckMethodArguments()
525 dex::TypeIndex type_idx = proto_params->GetTypeItem(i).type_idx_; in EqualParameters()
302 this_list->GetTypeItem(i).type_idx_); in Executable_compareMethodParametersInternal()304 other_list->GetTypeItem(i).type_idx_); in Executable_compareMethodParametersInternal()364 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in Executable_getParameterTypesInternal()
274 const dex::TypeIndex type_idx = iface_list->GetTypeItem(i).type_idx_; in Class_getInterfacesInternal()
167 dex::TypeIndex idx = interfaces->GetTypeItem(i).type_idx_; in LookupMethodIn()211 dex::TypeIndex idx = interfaces->GetTypeItem(i).type_idx_; in LookupFieldIn()
227 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_); in Write()
139 list.insert(dex_file_.StringByTypeIdx(ifaces->GetTypeItem(i).type_idx_)); in GetInterfaceDescriptors()
1136 dex_file_->StringByTypeIdx(interfaces->GetTypeItem(i).type_idx_), in CheckClass()1137 orig_dex_file.StringByTypeIdx(current_interfaces->GetTypeItem(i).type_idx_)) != 0) { in CheckClass()2576 old_type_list->GetTypeItem(i).type_idx_))))); in UpdateMethods()
589 dex_type_list->GetTypeItem(index).type_idx_.index_]); in CreateTypeList()
1341 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon()
1551 dumpInterface(pDexFile, pInterfaces->GetTypeItem(i), i); in dumpClass()
2110 param_list->GetTypeItem(param_idx).type_idx_); in ArgumentTypesMoreSpecific()
628 arg_types->GetTypeItem(shorty_pos - 1).type_idx_, in InitializeParameters()
1163 return GetInterfaceTypeList()->GetTypeItem(idx).type_idx_; in GetDirectInterfaceTypeIdx()
4186 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_); in GetDescriptor()4299 const dex::TypeIndex argument_type_index = types->GetTypeItem(0).type_idx_; in CheckSignaturePolymorphicMethod()
2384 dex::TypeIndex param_type_idx = types->GetTypeItem(i).type_idx_; in ResolveTypesOfMethods()