Home | History | Annotate | Download | only in runtime

Lines Matching refs:DecodeUnsignedLeb128

1383     uint32_t index = DecodeUnsignedLeb128(&data);
1388 tag->tag_ = DecodeUnsignedLeb128(&data);
1392 uint32_t attr = DecodeUnsignedLeb128(&data);
1393 uint32_t form = DecodeUnsignedLeb128(&data);
1477 uint32_t tag_num = DecodeUnsignedLeb128(&entry);