Lines Matching refs:DecodeUnsignedLeb128
47 DecodeUnsignedLeb128(&stream); // line_start in GetDebugInfoStreamSize()
48 uint32_t parameters_size = DecodeUnsignedLeb128(&stream); in GetDebugInfoStreamSize()
59 DecodeUnsignedLeb128(&stream); // addr_diff in GetDebugInfoStreamSize()
65 DecodeUnsignedLeb128(&stream); // register_num in GetDebugInfoStreamSize()
70 DecodeUnsignedLeb128(&stream); // register_num in GetDebugInfoStreamSize()
77 DecodeUnsignedLeb128(&stream); // register_num in GetDebugInfoStreamSize()
284 const uint32_t size = DecodeUnsignedLeb128(data); in ReadEncodedValue()
298 const uint32_t type_idx = DecodeUnsignedLeb128(data); in ReadEncodedValue()
299 const uint32_t size = DecodeUnsignedLeb128(data); in ReadEncodedValue()
302 const uint32_t name_index = DecodeUnsignedLeb128(data); in ReadEncodedValue()
415 uint32_t size = DecodeUnsignedLeb128(&static_data); in CreateEncodedArrayItem()
637 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem()
654 DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem()
655 DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem()
658 DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem()
664 const TypeId* type_id = GetTypeIdOrNullPtr(DecodeUnsignedLeb128(&handlers_data)); in DedupeOrCreateCodeItem()
665 uint32_t addr = DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem()
670 uint32_t addr = DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem()