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

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

Completed in 121 milliseconds