Lines Matching refs:m_data
282 m_data.SetByteSize(size); in Allocation()
545 if (!allocation.m_data.GetByteSize()) { in WriteMemory()
550 ::memcpy(allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
553 if (!allocation.m_data.GetByteSize()) { in WriteMemory()
558 ::memcpy(allocation.m_data.GetBytes() + offset, bytes, size); in WriteMemory()
668 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
673 if (allocation.m_data.GetByteSize() < offset + size) { in ReadMemory()
679 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
688 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
693 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
810 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
817 allocation.m_data.GetBytes(), in GetMemoryData()
818 allocation.m_data.GetByteSize(), error); in GetMemoryData()
822 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
828 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
834 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()