Lines Matching full:is_marked
2818 bool is_marked = Marking::MarkBitFrom(object).Get();2819 PrintF(" %c ", (is_marked ? '!' : ' ')); // Indent a little.2820 if (is_marked) {