Home
last modified time | relevance | path

Searched defs:mark_bit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmarking.h357 V8_INLINE static bool IsImpossible(MarkBit mark_bit) { in IsImpossible()
375 V8_INLINE static bool IsBlack(MarkBit mark_bit) { in IsBlack()
382 V8_INLINE static bool IsWhite(MarkBit mark_bit) { in IsWhite()
390 V8_INLINE static bool IsGrey(MarkBit mark_bit) { in IsGrey()
397 V8_INLINE static bool IsBlackOrGrey(MarkBit mark_bit) { in IsBlackOrGrey()
453 static ObjectColor Color(MarkBit mark_bit) { in Color()
Dincremental-marking.cc75 MarkBit mark_bit = atomic_marking_state()->MarkBitFrom(obj); in MarkBlackBackground() local