Lines Matching refs:DecodeUnsignedLeb128
44 return DecodeUnsignedLeb128(&ptr); in GetStringLength()
51 *utf16_length = DecodeUnsignedLeb128(&ptr); in GetStringDataAndUtf16Length()
210 DecodeUnsignedLeb128(&stream); // Line. in DecodeDebugLocalInfo()
211 uint32_t parameters_size = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
257 address += DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
264 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
293 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
309 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
389 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
395 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
400 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
407 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
462 uint32_t line = DecodeUnsignedLeb128(debug_info); in DecodeDebugInfoParameterNames()
463 const uint32_t parameters_size = DecodeUnsignedLeb128(debug_info); in DecodeDebugInfoParameterNames()