Searched refs:m_regions (Results 1 – 2 of 2) sorted by relevance
548 m_regions.clear(); in ReadRegions()573 m_regions.push_back (VTableRegion(this, next_region)); in ReadRegions()574 if (!m_regions.back().IsValid()) in ReadRegions()576 m_regions.clear(); in ReadRegions()582 m_regions.back().Dump(s); in ReadRegions()586 next_region = m_regions.back().GetNextRegionAddr(); in ReadRegions()595 region_collection::iterator pos, end = m_regions.end(); in IsAddressInVTables()596 for (pos = m_regions.begin(); pos != end; pos++) in IsAddressInVTables()
189 region_collection m_regions; variable