Home | History | Annotate | Download | only in runtime

Lines Matching refs:ptr_pos_

1036   CHECK(ptr_pos_ != NULL);
1037 header_.static_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1038 header_.instance_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1039 header_.direct_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1040 header_.virtual_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
1044 field_.field_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
1045 field_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
1052 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
1053 method_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
1054 method_.code_off_ = DecodeUnsignedLeb128(&ptr_pos_);