pub const LOGGED_VALUE: u8 = 0b0;
The value stored in the log bit/byte indicating that the object or field is logged, i.e. it has already been recorded in the remembered set and the write barrier can skip its slow path.