Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h122 bool is_black = false; in INLINE() local
125 is_black = true; // Looks black so far. in INLINE()
129 is_black = false; // Was actually gray. in INLINE()
131 return is_black; in INLINE()