Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_

1431   method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
1432 method_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
1433 method_.code_off_ = DecodeUnsignedLeb128(&ptr_pos_);
1434 if (last_idx_ != 0 && method_.method_idx_delta_ == 0) {