Home | History | Annotate | Download | only in runtime

Lines Matching refs:DecodeUnsignedLeb128

669   uint32_t line = DecodeUnsignedLeb128(&stream);
670 uint32_t parameters_size = DecodeUnsignedLeb128(&stream);
732 address += DecodeUnsignedLeb128(&stream);
741 reg = DecodeUnsignedLeb128(&stream);
769 reg = DecodeUnsignedLeb128(&stream);
783 reg = DecodeUnsignedLeb128(&stream);
862 header_.static_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
863 header_.instance_fields_size_ = DecodeUnsignedLeb128(&ptr_pos_);
864 header_.direct_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
865 header_.virtual_methods_size_ = DecodeUnsignedLeb128(&ptr_pos_);
869 field_.field_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
870 field_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
878 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
879 method_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
880 method_.code_off_ = DecodeUnsignedLeb128(&ptr_pos_);
952 array_size_ = DecodeUnsignedLeb128(&ptr_);
1105 handler_.type_idx_ = DecodeUnsignedLeb128(&current_data_);
1106 handler_.address_ = DecodeUnsignedLeb128(&current_data_);
1113 handler_.address_ = DecodeUnsignedLeb128(&current_data_);