Searched refs:InitRoots (Results 1 – 12 of 12) sorted by relevance
31 InitRoots = false; in ErlangGC()60 InitRoots = true; in ShadowStackGC()77 InitRoots = false; in StatepointGC()111 InitRoots = false; in CoreCLRGC()
202 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local231 if (InitRoots) { in PerformDefaultLowering()
29 InitRoots = false; in ErlangGC()58 InitRoots = true; in ShadowStackGC()75 InitRoots = false; in StatepointGC()108 InitRoots = false; in CoreCLRGC()
21 CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), in GCStrategy()
203 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local232 if (InitRoots) { in PerformDefaultLowering()
92 bool InitRoots; ///< If set, roots are nulled during lowering. variable153 bool initializeRoots() const { return InitRoots; } in initializeRoots()
95 bool InitRoots= true; ///< If set, roots are nulled during lowering. variable156 bool initializeRoots() const { return InitRoots; } in initializeRoots()
71 bool InitRoots; //< If set, roots are nulled during lowering. variable116 bool initializeRoots() const { return InitRoots; } in initializeRoots()
100 InitRoots(true), in GCStrategy()277 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local306 if (InitRoots) { in PerformDefaultLowering()
199 InitRoots = true; in ShadowStackGC()
838 Initializing roots to null: ``InitRoots``844 InitRoots = true;