Home | History | Annotate | Download | only in optimizing

Lines Matching full:unpoison

343       // First, unpoison the `cls` reference that was poisoned for direct memory comparison.
674 // If heap poisoning is enabled, we need to unpoison the values
679 // to unpoison it.
683 // No need to unpoison `expected` (RAX), as it is be overwritten below.
4291 // Baker's using a slow path (and also unpoison the loaded
4741 // Baker's using a slow path (and also unpoison the loaded
4910 // If heap poisoning is enabled, no need to unpoison `temp`
4918 // not been unpoisoned yet; unpoison it now.
4921 // If heap poisoning is enabled, no need to unpoison the
6319 // If `cls` was poisoned above, unpoison it.
6589 // do not have to unpoison `root_reg` here.
6726 // TODO: Unpoison `ref` when it is used by artReadBarrierSlow.