Searched refs:is_marked (Results 1 – 1 of 1) sorted by relevance
3250 bool is_marked = ObjectMarking::IsBlackOrGrey(object); in AllocateChunk() local3251 PrintF(" %c ", (is_marked ? '!' : ' ')); // Indent a little. in AllocateChunk()3252 if (is_marked) { in AllocateChunk()