Searched refs:last_idx_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.h1123 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) {
1161 last_idx_ = GetMemberIndex();
1164 last_idx_ = 0; // transition to next array, reset last index
1167 last_idx_ = GetMemberIndex();
1170 last_idx_ = 0; // transition to next array, reset last index
1173 last_idx_ = GetMemberIndex();
1176 last_idx_ = 0; // transition to next array, reset last index
1179 last_idx_ = GetMemberIndex();
1187 return last_idx_ + field_.field_idx_delta_;
1190 return last_idx_
1300 uint32_t last_idx_; // last read field or method index to apply delta to member in class:art::ClassDataItemIterator
[all...]
H A Ddex_file.cc1116 if (last_idx_ != 0 && field_.field_idx_delta_ == 0) {
1125 if (last_idx_ != 0 && method_.method_idx_delta_ == 0) {

Completed in 27 milliseconds