Lines Matching refs:index_
442 header_->StringIds()[disk_type_id.descriptor_idx_.index_]); in CreateTypeId()
453 header_->StringIds()[disk_proto_id.shorty_idx_.index_], in CreateProtoId()
454 header_->TypeIds()[disk_proto_id.return_type_idx_.index_], in CreateProtoId()
463 header_->TypeIds()[disk_field_id.class_idx_.index_], in CreateFieldId()
464 header_->TypeIds()[disk_field_id.type_idx_.index_], in CreateFieldId()
465 header_->StringIds()[disk_field_id.name_idx_.index_]); in CreateFieldId()
473 header_->TypeIds()[disk_method_id.class_idx_.index_], in CreateMethodId()
474 header_->ProtoIds()[disk_method_id.proto_idx_.index_], in CreateMethodId()
475 header_->StringIds()[disk_method_id.name_idx_.index_]); in CreateMethodId()
480 const TypeId* class_type = header_->TypeIds()[disk_class_def.class_idx_.index_]; in CreateClassDef()
482 const TypeId* superclass = header_->GetTypeIdOrNullPtr(disk_class_def.superclass_idx_.index_); in CreateClassDef()
488 header_->GetStringIdOrNullPtr(disk_class_def.source_file_idx_.index_); in CreateClassDef()
589 dex_type_list->GetTypeItem(index).type_idx_.index_]); in CreateTypeList()
847 const TypeId* type_id = header_->GetTypeIdOrNullPtr(type_index.index_); in DedupeOrCreateCodeItem()