<div dir="ltr">Hi,<div><br></div><div>Given a PointsToSet, is there an efficient way to retrieve pointers to it? I.e. the base PointsToSet, whose field can point to it, locals, static fields, and etc? I&#39;m basically looking for the inverse operation of PAG.reachingObjects(..). A very inefficient way would be to go through each pointer, get its PointsToSet, call this method, and see if the result intersects with the PointsToSet of interest, but I&#39;m looking for something faster and more convenient.</div><div><br></div><div>Thank you.</div><div><br></div><div><br></div></div>