Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_idx_delta_

1158       return last_idx_ + method_.method_idx_delta_;
1252 uint32_t method_idx_delta_; // delta of index into the method_ids array for MethodId
1255 ClassDataMethod() : method_idx_delta_(0), access_flags_(0), code_off_(0) {}