Searched defs:markbit (Results 1 – 3 of 3) sorted by relevance
402 V8_INLINE static void MarkWhite(MarkBit markbit) { in MarkWhite()412 V8_INLINE static void MarkBlack(MarkBit markbit) { in MarkBlack()418 V8_INLINE static bool WhiteToGrey(MarkBit markbit) { in WhiteToGrey()423 V8_INLINE static bool WhiteToBlack(MarkBit markbit) { in WhiteToBlack()428 V8_INLINE static bool GreyToBlack(MarkBit markbit) { in GreyToBlack()
73 MarkBit markbit = MarkBitFrom(chunk, obj.address()); in GreyToBlack() local
657 bool markbit() const { return Markbit::decode(flags_); } in markbit() function in v8::internal::GlobalHandles::TracedNode