#include <write-barrier.h>
|
static V8_INLINE Type | GetWriteBarrierType (const void *slot, const void *value, Params ¶ms) |
|
template<typename MemberStorage > |
static V8_INLINE Type | GetWriteBarrierType (const void *slot, MemberStorage, Params ¶ms) |
|
template<typename HeapHandleCallback > |
static V8_INLINE Type | GetWriteBarrierType (const void *slot, Params ¶ms, HeapHandleCallback callback) |
|
static V8_INLINE Type | GetWriteBarrierType (const void *value, Params ¶ms) |
|
static V8_INLINE void | DijkstraMarkingBarrier (const Params ¶ms, const void *object) |
|
static V8_INLINE void | DijkstraMarkingBarrierRange (const Params ¶ms, const void *first_element, size_t element_size, size_t number_of_elements, TraceCallback trace_callback) |
|
static V8_INLINE void | SteeleMarkingBarrier (const Params ¶ms, const void *object) |
|
template<GenerationalBarrierType > |
static V8_INLINE void | GenerationalBarrier (const Params ¶ms, const void *slot) |
|
static void | CheckParams (Type expected_type, const Params ¶ms) |
|
static bool | IsEnabled () |
|
Definition at line 39 of file write-barrier.h.
◆ GenerationalBarrierType
Enumerator |
---|
kPreciseSlot | |
kPreciseUncompressedSlot | |
kImpreciseSlot | |
Definition at line 47 of file write-barrier.h.
◆ Type
enum class Type : uint8_t |
|
strong |
Enumerator |
---|
kNone | |
kMarking | |
kGenerational | |
Definition at line 41 of file write-barrier.h.
◆ ValueMode
Enumerator |
---|
kValuePresent | |
kNoValuePresent | |
Definition at line 64 of file write-barrier.h.
◆ CheckParams()
static void CheckParams |
( |
Type |
expected_type, |
|
|
const Params & |
params |
|
) |
| |
|
inlinestatic |
◆ DijkstraMarkingBarrier()
void DijkstraMarkingBarrier |
( |
const Params & |
params, |
|
|
const void * |
object |
|
) |
| |
|
static |
◆ DijkstraMarkingBarrierRange()
void DijkstraMarkingBarrierRange |
( |
const Params & |
params, |
|
|
const void * |
first_element, |
|
|
size_t |
element_size, |
|
|
size_t |
number_of_elements, |
|
|
TraceCallback |
trace_callback |
|
) |
| |
|
static |
◆ GenerationalBarrier()
static V8_INLINE void GenerationalBarrier |
( |
const Params & |
params, |
|
|
const void * |
slot |
|
) |
| |
|
inlinestatic |
◆ GetWriteBarrierType() [1/6]
◆ GetWriteBarrierType() [2/6]
template<typename MemberStorage >
◆ GetWriteBarrierType() [3/6]
template<typename MemberStorage >
static V8_INLINE Type GetWriteBarrierType |
( |
const void * |
slot, |
|
|
MemberStorage |
, |
|
|
Params & |
params |
|
) |
| |
|
static |
◆ GetWriteBarrierType() [4/6]
template<typename HeapHandleCallback >
static V8_INLINE Type GetWriteBarrierType |
( |
const void * |
slot, |
|
|
Params & |
params, |
|
|
HeapHandleCallback |
callback |
|
) |
| |
|
static |
◆ GetWriteBarrierType() [5/6]
template<typename HeapHandleCallback >
◆ GetWriteBarrierType() [6/6]
◆ IsEnabled()
static bool IsEnabled |
( |
| ) |
|
|
inlinestatic |
◆ SteeleMarkingBarrier()
void SteeleMarkingBarrier |
( |
const Params & |
params, |
|
|
const void * |
object |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: