Home
last modified time | relevance | path

Searched refs:is_marked (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.cc3236 bool is_marked = Marking::IsBlackOrGrey(ObjectMarking::MarkBitFrom(object)); in AllocateChunk() local
3237 PrintF(" %c ", (is_marked ? '!' : ' ')); // Indent a little. in AllocateChunk()
3238 if (is_marked) { in AllocateChunk()