Home | History | Annotate | Download | only in rtl

Lines Matching refs:racy_state

611   Shadow s0(thr->racy_state[0]);
612 Shadow s1(thr->racy_state[1]);
633 Shadow s(thr->racy_state[1]);
635 thr->racy_state[1] = s.raw();
642 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0();
643 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0();
644 uptr e0 = a0 + Shadow(thr->racy_state[0]).size();
645 uptr e1 = a1 + Shadow(thr->racy_state[1]).size();
671 Shadow s2(thr->racy_state[1]);
680 Shadow s(thr->racy_state[i]);
689 FastState s(thr->racy_state[i]);
701 Shadow s(thr->racy_state[1]);