Home
last modified time | relevance | path

Searched refs:WhiteToBlack (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking-inl.h30 bool success = atomic_marking_state()->WhiteToBlack(to); in TransferColor()
Dlarge-spaces.cc165 heap()->incremental_marking()->marking_state()->WhiteToBlack(object); in AllocateRaw()
198 heap()->incremental_marking()->marking_state()->WhiteToBlack(object); in AllocateRawBackground()
Dincremental-marking.cc102 bool success = Marking::WhiteToBlack<kAtomicity>(new_mark_bit); in NotifyLeftTrimming()
346 marking_state()->WhiteToBlack(object); in EnsureBlackAllocated()
Dmarking-visitor.h88 V8_INLINE bool WhiteToBlack(HeapObject obj) { in WhiteToBlack() function
Dmarking.h423 V8_INLINE static bool WhiteToBlack(MarkBit markbit) { in WhiteToBlack() function
Dmark-compact.cc1412 marking_state_->WhiteToBlack(current_site); in RetainAs()
2679 non_atomic_marking_state()->WhiteToBlack(uncompiled_data); in FlushBytecodeFromSFI()