Home | History | Annotate | Download | only in runtime

Lines Matching refs:DecodeUnsignedLeb128

471       uint32_t type_idx = DecodeUnsignedLeb128(&ptr_);
476 uint32_t addr = DecodeUnsignedLeb128(&ptr_);
484 uint32_t addr = DecodeUnsignedLeb128(&ptr_);
719 uint32_t size = DecodeUnsignedLeb128(&ptr_);
731 uint32_t idx = DecodeUnsignedLeb128(&ptr_);
736 uint32_t size = DecodeUnsignedLeb128(&ptr_);
740 idx = DecodeUnsignedLeb128(&ptr_);
995 uint32_t handlers_size = DecodeUnsignedLeb128(&ptr_);
1044 uint32_t size = DecodeUnsignedLeb128(&ptr_);
1130 DecodeUnsignedLeb128(&ptr_);
1131 uint32_t parameters_size = DecodeUnsignedLeb128(&ptr_);
1138 uint32_t parameter_name = DecodeUnsignedLeb128(&ptr_);
1154 DecodeUnsignedLeb128(&ptr_);
1162 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
1167 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
1174 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_);
1185 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
1193 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
1198 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
1205 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_);
1212 uint32_t sig_idx = DecodeUnsignedLeb128(&ptr_);
1222 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
2120 uint32_t idx = DecodeUnsignedLeb128(&data);
2435 DecodeUnsignedLeb128(&ptr);
2597 DecodeUnsignedLeb128(&str_data_ptr);