Home | History | Annotate | Download | only in rtl

Lines Matching refs:FastState

85 // FastState (from most significant bit):
91 class FastState {
93 FastState(u64 tid, u64 epoch) {
101 explicit FastState(u64 x)
176 class Shadow : public FastState {
179 : FastState(x) {
182 explicit Shadow(const FastState &s)
183 : FastState(s.x_) {
360 FastState fast_state;
780 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs,