Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GrayState

863     //   bool is_gray = (rb_state == ReadBarrier::GrayState());
903 // if (rb_state == ReadBarrier::GrayState())
908 static_assert(ReadBarrier::GrayState() == 1, "Expecting gray to have value 1");
1040 // if (rb_state == ReadBarrier::GrayState())
1045 static_assert(ReadBarrier::GrayState() == 1, "Expecting gray to have value 1");
6200 // bool is_gray = (rb_state == ReadBarrier::GrayState());