Home | History | Annotate | Download | only in optimizing

Lines Matching refs:index_

237     __ movl(calling_convention.GetRegisterAt(0), Immediate(string_index.index_));
270 __ movl(calling_convention.GetRegisterAt(0), Immediate(type_index.index_));
699 index_(index) {
732 // We may have to change the index's value, but as `index_` is a
735 Location index = index_;
736 if (index_.IsValid()) {
737 // Handle `index_` for HArrayGet and UnsafeGetObject/UnsafeGetObjectVolatile intrinsics.
740 Register index_reg = index_.AsRegister<Register>();
770 // The initial register stored in `index_` has already been
786 // intrinsics, `index_` is not shifted by a scale factor of 2
795 DCHECK(index_.IsRegisterPair());
798 index = index_.ToLow();
860 const Location index_;
4621 method_address, &load_class->GetDexFile(), load_class->GetTypeIndex().index_);
4629 method_address, &load_class->GetDexFile(), load_class->GetTypeIndex().index_);
4637 method_address, &load_string->GetDexFile(), load_string->GetStringIndex().index_);
4646 method_address, &load_string->GetDexFile(), load_string->GetStringIndex().index_);
6119 jit_class_patches_.emplace_back(&dex_file, type_index.index_);
6308 jit_string_patches_.emplace_back(&dex_file, string_index.index_);
6370 __ movl(calling_convention.GetRegisterAt(0), Immediate(load->GetStringIndex().index_));