Lines Matching refs:m_image
121 : DataSource(), m_image(image) in MemoryImageDataSource()
124 m_segments.reserve(m_image->getRegionCount()); in MemoryImageDataSource()
142 return m_image->getRegionCount(); in getSegmentCount()
154 if (index >= m_segments.size() && index < m_image->getRegionCount()) in getSegmentAt()
161 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(index); in getSegmentAt()
164 newSegment = new TextSegment(*this, m_image, index); in getSegmentAt()
168 newSegment = new FillSegment(*this, m_image, index); in getSegmentAt()
178 : DataSource::Segment(source), m_image(image), m_index(index) in TextSegment()
184 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getData()
195 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getLength()
201 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getBaseAddress()
208 : DataSource::PatternSegment(source), m_image(image), m_index(index) in FillSegment()
216 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getLength()
222 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getBaseAddress()