Searched refs:NeededSafePoints (Results 1 – 6 of 6) sorted by relevance
88 unsigned NeededSafePoints; ///< Bitmask of required safe points. variable137 bool needsSafePoints() const { return NeededSafePoints != 0; } in needsSafePoints()142 return (NeededSafePoints & 1 << Kind) != 0; in needsSafePoint()
20 : UseStatepoints(false), NeededSafePoints(0), CustomReadBarriers(false), in GCStrategy()
34 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
43 NeededSafePoints = 1 << GC::PostCall; in ErlangGC()
33 NeededSafePoints = 0; in StatepointGC()
864 Generating safe points: ``NeededSafePoints``883 ``NeededSafePoints`` mask:888 NeededSafePoints = 1 << GC::Loop