Home | History | Annotate | Download | only in runtime

Lines Matching refs:ptr_pos_

1416   CHECK(ptr_pos_ != nullptr);
1417 header_.static_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1418 header_.instance_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1419 header_.direct_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1420 header_.virtual_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1424 field_.field_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
1425 field_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
1431 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
1432 method_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
1433 method_.code_off_ = DecodeUnsignedLeb128(&ptr_pos_);