V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::MinorMarkingState Class Referencefinal
Inheritance diagram for v8::internal::MinorMarkingState:
v8::internal::MarkingStateBase< MinorMarkingState, AccessMode::ATOMIC >

Public Member Functions

Bitmapbitmap (const MemoryChunk *chunk) const
 
void IncrementLiveBytes (MemoryChunk *chunk, intptr_t by)
 
intptr_t live_bytes (MemoryChunk *chunk) const
 
void SetLiveBytes (MemoryChunk *chunk, intptr_t value)
 
- Public Member Functions inherited from v8::internal::MarkingStateBase< MinorMarkingState, AccessMode::ATOMIC >
V8_INLINE MarkBit MarkBitFrom (HeapObject *obj)
 
V8_INLINE MarkBit MarkBitFrom (MemoryChunk *p, Address addr)
 
Marking::ObjectColor Color (HeapObject *obj)
 
V8_INLINE bool IsImpossible (HeapObject *obj)
 
V8_INLINE bool IsBlack (HeapObject *obj)
 
V8_INLINE bool IsWhite (HeapObject *obj)
 
V8_INLINE bool IsGrey (HeapObject *obj)
 
V8_INLINE bool IsBlackOrGrey (HeapObject *obj)
 
V8_INLINE bool WhiteToGrey (HeapObject *obj)
 
V8_INLINE bool WhiteToBlack (HeapObject *obj)
 
V8_INLINE bool GreyToBlack (HeapObject *obj)
 
void ClearLiveness (MemoryChunk *chunk)
 

Detailed Description

Definition at line 296 of file mark-compact.h.


The documentation for this class was generated from the following file: