Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmarking.h256 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()
Dmark-compact.h76 MarkBit markbit = MarkBitFrom(p, obj->address()); in GreyToBlack() local