Home | History | Annotate | Download | only in optimizing

Lines Matching refs:index_

542     __ Mov(calling_convention.GetRegisterAt(0), type_index.index_);
593 __ Mov(calling_convention.GetRegisterAt(0), string_index.index_);
878 index_(index),
960 instruction_, ref_, obj_, offset_, index_, scale_factor_, /* needs_null_check */ false);
984 Location index_;
1029 index_(index),
1057 Location field_offset = index_;
1102 instruction_, ref_, obj_, offset_, index_, scale_factor_, /* needs_null_check */ false);
1201 Location index_;
1230 index_(index) {
1268 // We may have to change the index's value, but as `index_` is a
1271 Location index = index_;
1272 if (index_.IsValid()) {
1273 // Handle `index_` for HArrayGet and UnsafeGetObject/UnsafeGetObjectVolatile intrinsics.
1276 vixl32::Register index_reg = RegisterFrom(index_);
1306 // The initial register stored in `index_` has already been
1322 // intrinsics, `index_` is not shifted by a scale factor of 2
1331 DCHECK(index_.IsRegisterPair());
1334 index = index_.ToLow();
1398 const Location index_;
7344 __ Mov(calling_convention.GetRegisterAt(0), load->GetStringIndex().index_);
9015 return NewPcRelativePatch(&dex_file, type_index.index_, &boot_image_type_patches_);
9020 return NewPcRelativePatch(&dex_file, type_index.index_, &type_bss_entry_patches_);
9025 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_);
9030 return NewPcRelativePatch(&dex_file, string_index.index_, &string_bss_entry_patches_);