![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <marking-state.h>
Public Member Functions | |
MarkingState (PtrComprCageBase cage_base) | |
![]() | |
MarkingStateBase (PtrComprCageBase cage_base) | |
V8_INLINE PtrComprCageBase | cage_base () const |
V8_INLINE bool | TryMark (Tagged< HeapObject > obj) |
V8_INLINE bool | TryMarkAndAccountLiveBytes (Tagged< HeapObject > obj) |
V8_INLINE bool | TryMarkAndAccountLiveBytes (Tagged< HeapObject > obj, int object_size) |
V8_INLINE bool | IsMarked (const Tagged< HeapObject > obj) const |
V8_INLINE bool | IsUnmarked (const Tagged< HeapObject > obj) const |
Definition at line 55 of file marking-state.h.
|
inlineexplicit |
Definition at line 58 of file marking-state.h.