Lines Matching refs:GetBytes
223 memset(m_data.GetBytes(), 0, size); in Allocation()
229 memset(m_data.GetBytes(), 0, size); in Allocation()
464 ::memcpy (allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
473 ::memcpy (allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
594 ::memcpy (bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
612 ::memcpy (bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
645 ReadMemory(buf.GetBytes(), process_address, size, error); in ReadScalarFromMemory()
650 … DataExtractor extractor(buf.GetBytes(), buf.GetByteSize(), GetByteOrder(), GetAddressByteSize()); in ReadScalarFromMemory()
730 …process_sp->ReadMemory(allocation.m_process_start, allocation.m_data.GetBytes(), allocation.m_data… in GetMemoryData()
734 …extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, GetByteOrder(), GetAddressB… in GetMemoryData()
746 …extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, GetByteOrder(), GetAddressB… in GetMemoryData()