Lines Matching refs:m_data
307 m_data.SetByteSize(size); in Allocation()
570 if (!allocation.m_data.GetByteSize()) { in WriteMemory()
575 ::memcpy(allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
578 if (!allocation.m_data.GetByteSize()) { in WriteMemory()
583 ::memcpy(allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
692 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
697 if (allocation.m_data.GetByteSize() < offset + size) { in ReadMemory()
703 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
712 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
717 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
831 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
838 allocation.m_data.GetBytes(), in GetMemoryData()
839 allocation.m_data.GetByteSize(), error); in GetMemoryData()
843 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
849 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
855 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()