Lines Matching refs:DecodeUnsignedLeb128
32 return DecodeUnsignedLeb128(&ptr); in GetStringLength()
39 *utf16_length = DecodeUnsignedLeb128(&ptr); in GetStringDataAndUtf16Length()
255 DecodeUnsignedLeb128(&stream); // Line. in DecodeDebugLocalInfo()
256 uint32_t parameters_size = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
302 address += DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
309 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
338 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
354 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
429 entry.line_ = DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
430 uint32_t parameters_size = DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
441 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
447 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
452 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
459 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()