Searched defs:markbit (Results 1 – 2 of 2) sorted by relevance
256 V8_INLINE static void MarkWhite(MarkBit markbit) { in MarkWhite()266 V8_INLINE static void MarkBlack(MarkBit markbit) { in MarkBlack()272 V8_INLINE static bool WhiteToGrey(MarkBit markbit) { in WhiteToGrey()277 V8_INLINE static bool WhiteToBlack(MarkBit markbit) { in WhiteToBlack()282 V8_INLINE static bool GreyToBlack(MarkBit markbit) { in GreyToBlack()
76 MarkBit markbit = MarkBitFrom(p, obj->address()); in GreyToBlack() local