Lines Matching defs:index_
639 index_(index) {
674 // We may have to change the index's value, but as `index_` is a
677 Location index = index_;
678 if (index_.IsValid()) {
679 // Handle `index_` for HArrayGet and intrinsic UnsafeGetObject.
682 Register index_reg = RegisterFrom(index_, Primitive::kPrimInt);
683 DCHECK(locations->GetLiveRegisters()->ContainsCoreRegister(index_.reg()));
684 if (codegen->IsCoreCalleeSaveRegister(index_.reg())) {
712 // The initial register stored in `index_` has already been
733 DCHECK(index_.IsRegisterPair());
736 index = index_.ToLow();
802 const Location index_;