Home | History | Annotate | Download | only in gcc

Lines Matching defs:mem_location

34 class mem_location
39 mem_location () {}
43 mem_location (mem_alloc_origin origin, bool ggc,
51 mem_location (mem_location &other): m_filename (other.m_filename),
73 equal (const mem_location &other)
193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t;
206 dump (mem_location *loc, const mem_usage &total) const
280 struct mem_location_hash : nofree_ptr_hash <mem_location>
307 typedef std::pair <mem_location *, T *> mem_list_t;
323 T *register_descriptor (const void *ptr, mem_location *location);
380 mem_location m_location;
413 mem_location *location)
450 mem_location *l = new mem_location (origin, ggc, filename, line, function);
601 list[i++] = std::pair<mem_location*, T*> (*it);
642 T::dump_header (mem_location::get_origin_name (origin));
648 T::dump_header (mem_location::get_origin_name (origin));