Searched refs:m_address_to_location (Results 1 – 2 of 2) sorted by relevance
37 m_address_to_location[addr] = bp_loc_sp; in Create()114 addr_map::const_iterator pos = m_address_to_location.find(so_addr); in FindByAddress()115 if (pos != m_address_to_location.end()) in FindByAddress()235 m_address_to_location.erase(to_location_sp->GetAddress()); in SwapLocation()238 m_address_to_location[to_location_sp->GetAddress()] = to_location_sp; in SwapLocation()247 m_address_to_location.erase(bp_loc_sp->GetAddress()); in RemoveLocation()262 m_address_to_location.erase(m_locations[idx]->GetAddress()); in RemoveLocationByIndex()
201 addr_map m_address_to_location; variable