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

/art/runtime/
H A Ddex_file.h1418 return last_idx_ + method_.method_idx_delta_;
1515 uint32_t method_idx_delta_; // delta of index into the method_ids array for MethodId member in struct:art::ClassDataItemIterator::ClassDataMethod
1518 ClassDataMethod() : method_idx_delta_(0), access_flags_(0), code_off_(0) {}
H A Ddex_file.cc2327 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
2330 if (last_idx_ != 0 && method_.method_idx_delta_ == 0) {

Completed in 692 milliseconds