Lines Matching refs:DecodeUnsignedLeb128
44 return DecodeUnsignedLeb128(&ptr); in GetStringLength()
51 *utf16_length = DecodeUnsignedLeb128(&ptr); in GetStringDataAndUtf16Length()
214 DecodeUnsignedLeb128(&stream); // Line. in DecodeDebugLocalInfo()
215 uint32_t parameters_size = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
261 address += DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
268 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
297 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
313 uint16_t reg = DecodeUnsignedLeb128(&stream); in DecodeDebugLocalInfo()
393 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
399 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
404 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
411 DecodeUnsignedLeb128(&stream); // reg. in DecodeDebugPositionInfo()
466 uint32_t line = DecodeUnsignedLeb128(debug_info); in DecodeDebugInfoParameterNames()
467 const uint32_t parameters_size = DecodeUnsignedLeb128(debug_info); in DecodeDebugInfoParameterNames()