Home
last modified time | relevance | path

Searched refs:GetTypeItem (Results 1 – 25 of 26) sorted by relevance

12

/art/libdexfile/dex/
Dsignature.cc42 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 ==()
Dsignature-inl.h68 const dex::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
70 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
Dmethod_reference.h79 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()
Ddex_file_structs.h157 const TypeItem& GetTypeItem(uint32_t idx) const { in GetTypeItem() function
Dart_dex_file_loader_test.cc253 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_); in TEST_F()
Ddex_file_verifier.cc1377 if (!CheckIndex(type_list->GetTypeItem(i).type_idx_.index_, in CheckIntraTypeList()
2791 if (UNLIKELY(interfaces->GetTypeItem(i).type_idx_ == item->class_idx_)) { in CheckInterClassDefItem()
2800 dex_file_->FindClassDef(interfaces->GetTypeItem(i).type_idx_); in CheckInterClassDefItem()
2809 interfaces->GetTypeItem(i).type_idx_.index_); in CheckInterClassDefItem()
2816 if (UNLIKELY(!VerifyTypeDescriptor(interfaces->GetTypeItem(i).type_idx_, in CheckInterClassDefItem()
2828 dex::TypeIndex idx1 = interfaces->GetTypeItem(i).type_idx_; in CheckInterClassDefItem()
2830 dex::TypeIndex idx2 = interfaces->GetTypeItem(j).type_idx_; in CheckInterClassDefItem()
Ddex_file.cc544 AppendPrettyDescriptor(StringByTypeIdx(params->GetTypeItem(i).type_idx_), &result); in PrettyMethod()
Ddex_file.h907 return type_list_->GetTypeItem(pos_).type_idx_; in GetTypeIdx()
/art/runtime/
Dimtable-inl.h69 const dex::TypeItem& type = param_types->GetTypeItem(i); in GetImtHashComponents()
Dreflection.cc246 m->ResolveClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_)); in BuildArgArrayFromObjectArray()
384 dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in CheckMethodArguments()
Dart_method.cc524 dex::TypeIndex type_idx = proto_params->GetTypeItem(i).type_idx_; in EqualParameters()
/art/runtime/native/
Djava_lang_reflect_Executable.cc302 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()
Djava_lang_Class.cc272 const dex::TypeIndex type_idx = iface_list->GetTypeItem(i).type_idx_; in Class_getInterfacesInternal()
/art/tools/veridex/
Dresolver.cc167 dex::TypeIndex idx = interfaces->GetTypeItem(i).type_idx_; in LookupMethodIn()
211 dex::TypeIndex idx = interfaces->GetTypeItem(i).type_idx_; in LookupFieldIn()
/art/compiler/debug/
Delf_debug_info_writer.h227 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_); in Write()
/art/tools/hiddenapi/
Dhiddenapi.cc126 list.insert(dex_file_.StringByTypeIdx(ifaces->GetTypeItem(i).type_idx_)); in GetInterfaceDescriptors()
/art/openjdkjvmti/
Dti_redefine.cc1139 dex_file_->StringByTypeIdx(interfaces->GetTypeItem(i).type_idx_), in CheckClass()
1140 orig_dex_file.StringByTypeIdx(current_interfaces->GetTypeItem(i).type_idx_)) != 0) { in CheckClass()
2575 old_type_list->GetTypeItem(i).type_idx_))))); in UpdateMethods()
/art/dexlayout/
Ddex_ir_builder.cc589 dex_type_list->GetTypeItem(index).type_idx_.index_]); in CreateTypeList()
/art/runtime/interpreter/
Dinterpreter_common.cc1345 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon()
/art/runtime/mirror/
Dclass.cc1194 return GetInterfaceTypeList()->GetTypeItem(idx).type_idx_; in GetDirectInterfaceTypeIdx()
/art/dexdump/
Ddexdump.cc1551 dumpInterface(pDexFile, pInterfaces->GetTypeItem(i), i); in dumpClass()
/art/compiler/optimizing/
Dinliner.cc2220 param_list->GetTypeItem(param_idx).type_idx_); in ArgumentTypesMoreSpecific()
Dinstruction_builder.cc596 arg_types->GetTypeItem(shorty_pos - 1).type_idx_, in InitializeParameters()
/art/runtime/verifier/
Dmethod_verifier.cc4250 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_); in GetDescriptor()
4363 const dex::TypeIndex argument_type_index = types->GetTypeItem(0).type_idx_; in CheckSignaturePolymorphicMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc2470 dex::TypeIndex param_type_idx = types->GetTypeItem(i).type_idx_; in ResolveTypesOfMethods()

12