Lines Matching refs:stream
763 void* context, const byte* stream, LocalInfo* local_in_reg) const { in DecodeDebugInfo0() argument
764 uint32_t line = DecodeUnsignedLeb128(&stream); in DecodeDebugInfo0()
765 uint32_t parameters_size = DecodeUnsignedLeb128(&stream); in DecodeDebugInfo0()
789 uint32_t id = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
817 uint8_t opcode = *stream++; in DecodeDebugInfo0()
828 address += DecodeUnsignedLeb128(&stream); in DecodeDebugInfo0()
832 line += DecodeSignedLeb128(&stream); in DecodeDebugInfo0()
837 reg = DecodeUnsignedLeb128(&stream); in DecodeDebugInfo0()
844 name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
845 descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
847 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
865 reg = DecodeUnsignedLeb128(&stream); in DecodeDebugInfo0()
879 reg = DecodeUnsignedLeb128(&stream); in DecodeDebugInfo0()
928 const byte* stream = GetDebugInfoStream(code_item); in DecodeDebugInfo() local
932 if (stream != NULL) { in DecodeDebugInfo()
933 …DecodeDebugInfo0(code_item, is_static, method_idx, position_cb, local_cb, context, stream, &local_… in DecodeDebugInfo()