Searched refs:m_current_frame (Results 1 – 3 of 3) sorted by relevance
252 : m_mgr (mgr), m_store (), m_current_frame (NULL), in region_model()263 m_current_frame (other.m_current_frame), in region_model()288 m_current_frame = other.m_current_frame; in operator =()313 if (m_current_frame != other.m_current_frame) in operator ==()348 for (const frame_region *iter_frame = m_current_frame; iter_frame; in dump_to_pp()353 else if (iter_frame != m_current_frame) in dump_to_pp()2353 if (!m_current_frame) in called_from_main_p()3956 m_current_frame = m_mgr->get_frame_region (m_current_frame, fun); in push_frame()4007 return m_current_frame; in push_frame()4043 gcc_assert (m_current_frame); in pop_frame()[all …]
665 const frame_region *get_current_frame () const { return m_current_frame; } in get_current_frame()868 const frame_region *m_current_frame; variable
5808 (region_model::m_current_frame;): New.