Searched refs:m_stack_rid (Results 1 – 2 of 2) sorted by relevance
3004 m_stack_rid (other.m_stack_rid), in root_region()3018 if (m_stack_rid != other.m_stack_rid) in compare_fields()3054 m_stack_rid.validate (model); in validate()3068 if (child_rid == m_stack_rid) in dump_child_label()3096 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in push_frame()3098 frame_region *region = new frame_region (m_stack_rid, fun, in push_frame()3178 stack_region *stack = model.get_region <stack_region> (m_stack_rid); in get_current_frame_id()3193 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in pop_frame()3203 if (m_stack_rid.null_p ()) in ensure_stack_region()3205 m_stack_rid in ensure_stack_region()[all …]
1583 region_id get_stack_region_id () const { return m_stack_rid; } in get_stack_region_id()1617 region_id m_stack_rid; variable