Lines Matching refs:index

217                                 uint32_t index,  in CreateAndAddIndexedItem()  argument
219 Type* item = vector.CreateAndAddIndexedItem(index, std::forward<Args>(args)...); in CreateAndAddIndexedItem()
529 uint16_t index = disk_method_handle.field_or_method_idx_; in CreateMethodHandleItem() local
541 field_or_method_id = header_->MethodIds()[index]; in CreateMethodHandleItem()
543 field_or_method_id = header_->FieldIds()[index]; in CreateMethodHandleItem()
587 for (uint32_t index = 0; index < size; ++index) { in CreateTypeList() local
589 dex_type_list->GetTypeItem(index).type_idx_.index_]); in CreateTypeList()
641 uint32_t index = class_def->GetIndex(); in AddHiddenapiClassDataFromMapListSection() local
643 const uint8_t* ptr = hiddenapi_class_data->GetFlagsPointer(index); in AddHiddenapiClassDataFromMapListSection()
665 hiddenapi_class_data->flags_offset_[index], in AddHiddenapiClassDataFromMapListSection()
666 index, in AddHiddenapiClassDataFromMapListSection()
1034 uint32_t index = 0; in GetIdFromInstruction() local
1047 index = dec_insn->VRegB(); in GetIdFromInstruction()
1050 index = dec_insn->VRegB(); in GetIdFromInstruction()
1054 index = dec_insn->VRegC(); in GetIdFromInstruction()
1063 if (index < header_->TypeIds().Size()) { in GetIdFromInstruction()
1064 type_ids->push_back(header_->TypeIds()[index]); in GetIdFromInstruction()
1069 if (index < header_->StringIds().Size()) { in GetIdFromInstruction()
1070 string_ids->push_back(header_->StringIds()[index]); in GetIdFromInstruction()
1076 if (index < header_->MethodIds().Size()) { in GetIdFromInstruction()
1077 method_ids->push_back(header_->MethodIds()[index]); in GetIdFromInstruction()
1082 if (index < header_->FieldIds().Size()) { in GetIdFromInstruction()
1083 field_ids->push_back(header_->FieldIds()[index]); in GetIdFromInstruction()