Searched refs:RefCounted (Results 1 - 5 of 5) sorted by relevance

/gem5/src/base/
H A Drefcnt.hh55 * Derive from RefCounted if you want to enable reference counting of
59 class RefCounted class
72 RefCounted(const RefCounted &);
73 RefCounted &operator=(const RefCounted &);
83 RefCounted() : count(0) {} function in class:RefCounted
91 * ever choose to delete a "RefCounted *" which I doubt we'd ever
94 virtual ~RefCounted() {}
/gem5/src/unittest/
H A Drefcnttest.cc66 class TestRC : public RefCounted
/gem5/src/cpu/minor/
H A Ddyn_inst.hh157 class MinorDynInst : public RefCounted
/gem5/src/cpu/
H A Dstatic_inst.hh83 class StaticInst : public RefCounted, public StaticInstFlags
H A Dbase_dyn_inst.hh78 class BaseDynInst : public ExecContext, public RefCounted

Completed in 15 milliseconds