Home | History | Annotate | Download | only in heap

Lines Matching full:obj_bit

55   MarkBit obj_bit = Marking::MarkBitFrom(obj);
56 DCHECK(!Marking::IsImpossible(obj_bit));
57 bool is_black = Marking::IsBlack(obj_bit);