Home
last modified time | relevance | path

Searched refs:ByteInputStream (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc25 ByteInputStream::ByteInputStream(const uint8_t* buffer, size_t size) in ByteInputStream() function in nogrod::ByteInputStream
28 bool ByteInputStream::available() const { in available()
32 uint64_t ByteInputStream::offset() const { in offset()
36 uint8_t ByteInputStream::ReadUint8() { in ReadUint8()
41 uint16_t ByteInputStream::ReadUint16() { in ReadUint16()
50 uint32_t ByteInputStream::ReadUint24() { in ReadUint24()
59 uint32_t ByteInputStream::ReadUint32() { in ReadUint32()
68 uint64_t ByteInputStream::ReadUint64() { in ReadUint64()
77 uint64_t ByteInputStream::ReadLeb128() { in ReadLeb128()
84 int64_t ByteInputStream::ReadSleb128() { in ReadSleb128()
[all …]
Ddwarf_context.h34 DwarfContext(ByteInputStream* dwarf_info_stream, in DwarfContext()
51 [[nodiscard]] ByteInputStream* info_stream() { return dwarf_info_stream_; } in info_stream()
61 ByteInputStream* dwarf_info_stream_;
Dbyte_input_stream.h27 class ByteInputStream {
29 ByteInputStream(const uint8_t* buffer, size_t size);
Dbyte_input_stream_tests.cc33 ByteInputStream in(bytes, sizeof(bytes)); in TEST()
65 ByteInputStream in(array_out_of_bounds, sizeof(array_out_of_bounds)); in TEST()
Ddwarf_info.cc47 ByteInputStream bs(info_buf_->data(), info_buf_->size()); in ReadDwarfInfo()
78 ByteInputStream* bs = context->info_stream(); in ReadOneDie()
157 ByteInputStream* bs = context->info_stream(); in ReadCompilationUnit()
248 ByteInputStream bs(abbrev_buf_->data() + offset, abbrev_buf_->size() - offset); in ReadAbbrev()
Ddwarf_abbrev.cc509 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
545 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
588 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
649 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
678 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
713 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
745 ByteInputStream* bs = context->info_stream(); in ReadAttribute()
794 ByteInputStream* bs = context->info_stream(); in ReadAttribute()