Lines Matching full:unpoison
323 // First, unpoison the `cls` reference that was poisoned for direct memory comparison.
650 // If heap poisoning is enabled, we need to unpoison the values
655 // to unpoison it.
659 // No need to unpoison `expected` (EAX), as it is be overwritten below.
4815 // Baker's using a slow path (and also unpoison the loaded
5293 // Baker's using a slow path (and also unpoison the loaded
5472 // If heap poisoning is enabled, no need to unpoison `temp`
5480 // not been unpoisoned yet; unpoison it now.
5483 // If heap poisoning is enabled, no need to unpoison the
6920 // If `cls` was poisoned above, unpoison it.
7207 // do not have to unpoison `root_reg` here.
7342 // TODO: Unpoison `ref` when it is used by artReadBarrierSlow.