Lines Matching refs:byte_reader_
700 : elf_reader_(elf_reader), byte_reader_(byte_reader), in DwpReader()
722 version_ = byte_reader_.ReadFourBytes( in Initialize()
726 nslots_ = byte_reader_.ReadFourBytes( in Initialize()
736 ncolumns_ = byte_reader_.ReadFourBytes( in Initialize()
738 nunits_ = byte_reader_.ReadFourBytes( in Initialize()
740 nslots_ = byte_reader_.ReadFourBytes( in Initialize()
768 int index = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
777 unsigned int shndx = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
836 byte_reader_.ReadFourBytes(reinterpret_cast<const uint8_t *>(id_row) in ReadDebugSectionsForCU()
838 uint32_t offset = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
841 uint32_t size = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
869 uint64_t probe = byte_reader_.ReadEightBytes( in LookupCU()
876 probe = byte_reader_.ReadEightBytes( in LookupCU()
887 uint64_t probe = byte_reader_.ReadEightBytes( in LookupCUv2()
889 uint32_t index = byte_reader_.ReadFourBytes( in LookupCUv2()
896 probe = byte_reader_.ReadEightBytes( in LookupCUv2()
898 index = byte_reader_.ReadFourBytes( in LookupCUv2()