V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Bitmap * | bitmap (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< MinorNonAtomicMarkingState, AccessMode::NON_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) |
Definition at line 316 of file mark-compact.h.