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()
667 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
672 if (allocation.m_data.GetByteSize() < offset + size) { in ReadMemory()
678 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
687 if (!allocation.m_data.GetByteSize()) { in ReadMemory()
692 ::memcpy(bytes, allocation.m_data.GetBytes() + offset, size); in ReadMemory()
806 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
813 allocation.m_data.GetBytes(), in GetMemoryData()
814 allocation.m_data.GetByteSize(), error); in GetMemoryData()
818 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()
824 if (!allocation.m_data.GetByteSize()) { in GetMemoryData()
830 extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size, in GetMemoryData()