Lines Matching refs:m_data
281 m_data.SetByteSize(size); in Allocation()
546 if (!allocation.m_data.GetByteSize()) { in WriteMemory()
551 ::memcpy(allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
554 if (!allocation.m_data.GetByteSize()) { in WriteMemory()
559 ::memcpy(allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
670 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
675 if (allocation.m_data.GetByteSize() < offset + size) { in ReadMemory()
681 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
690 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
695 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
813 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
820 allocation.m_data.GetBytes(), in GetMemoryData()
821 allocation.m_data.GetByteSize(), error); in GetMemoryData()
825 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
831 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
837 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()