Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h1351 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) { in ClassDataItemIterator()
1389 last_idx_ = GetMemberIndex(); in Next()
1392 last_idx_ = 0; // transition to next array, reset last index in Next()
1395 last_idx_ = GetMemberIndex(); in Next()
1398 last_idx_ = 0; // transition to next array, reset last index in Next()
1401 last_idx_ = GetMemberIndex(); in Next()
1404 last_idx_ = 0; // transition to next array, reset last index in Next()
1407 last_idx_ = GetMemberIndex(); in Next()
1415 return last_idx_ + field_.field_idx_delta_; in GetMemberIndex()
1418 return last_idx_ + method_.method_idx_delta_; in GetMemberIndex()
[all …]
Ddex_file.cc2330 if (last_idx_ != 0 && method_.method_idx_delta_ == 0) { in ReadClassDataMethod()