Lines Matching refs:last_idx_
1091 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) {
1129 last_idx_ = GetMemberIndex();
1132 last_idx_ = 0; // transition to next array, reset last index
1135 last_idx_ = GetMemberIndex();
1138 last_idx_ = 0; // transition to next array, reset last index
1141 last_idx_ = GetMemberIndex();
1144 last_idx_ = 0; // transition to next array, reset last index
1147 last_idx_ = GetMemberIndex();
1155 return last_idx_ + field_.field_idx_delta_;
1158 return last_idx_ + method_.method_idx_delta_;
1268 uint32_t last_idx_; // last read field or method index to apply delta to