HomeSort by relevance Sort by last modified time
    Searched refs:last_idx_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_file.h 945 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) {
983 last_idx_ = GetMemberIndex();
986 last_idx_ = 0; // transition to next array, reset last inde
1110 uint32_t last_idx_; \/\/ last read field or method index to apply delta to member in class:art::ClassDataItemIterator
    [all...]
dex_file.cc 871 if (last_idx_ != 0 && field_.field_idx_delta_ == 0) {
881 if (last_idx_ != 0 && method_.method_idx_delta_ == 0) {
    [all...]

Completed in 51 milliseconds