Lines Matching defs:index_
488 index_(index) {
518 // We may have to change the index's value, but as `index_` is a
521 Location index = index_;
522 if (index_.IsValid()) {
523 // Handle `index_` for HArrayGet and intrinsic UnsafeGetObject.
526 Register index_reg = index_.AsRegister<Register>();
556 // The initial register stored in `index_` has already been
577 DCHECK(index_.IsRegisterPair());
580 index = index_.ToLow();
645 const Location index_;