Searched refs:GCRoot (Results 1 – 3 of 3) sorted by relevance
71 struct GCRoot { struct76 GCRoot(int N, const Constant *MD) : Num(N), StackOffset(-1), Metadata(MD) {} in GCRoot() argument85 typedef std::vector<GCRoot>::iterator roots_iterator;86 typedef std::vector<GCRoot>::const_iterator live_iterator;92 std::vector<GCRoot> Roots;121 Roots.push_back(GCRoot(Num, Metadata)); in addStackRoot()
63 struct GCRoot { struct69 GCRoot(int N, const Constant *MD) : Num(N), StackOffset(-1), Metadata(MD) {} in GCRoot() argument77 typedef std::vector<GCRoot>::iterator roots_iterator;78 typedef std::vector<GCRoot>::const_iterator live_iterator;84 std::vector<GCRoot> Roots;113 Roots.push_back(GCRoot(Num, Metadata)); in addStackRoot()
57 pointers into a collected heap captured by the `GCRoot` intrinsic,