Home
last modified time | relevance | path

Searched refs:WhiteToGreyAndPush (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dmarking-barrier-inl.h33 if (WhiteToGreyAndPush(value)) { in MarkValue()
60 bool MarkingBarrier::WhiteToGreyAndPush(HeapObject obj) { in WhiteToGreyAndPush() function in v8::internal::MarkingBarrier
H A Dincremental-marking-inl.h36 bool IncrementalMarking::WhiteToGreyAndPush(HeapObject obj) { in WhiteToGreyAndPush() function in v8::internal::IncrementalMarking
H A Dmarking-barrier.h49 inline bool WhiteToGreyAndPush(HeapObject value);
H A Dincremental-marking.h173 V8_INLINE bool WhiteToGreyAndPush(HeapObject obj);
H A Dmarking-barrier.cc57 if (WhiteToGreyAndPush(value)) { in WriteWithoutHost()
H A Dincremental-marking.cc213 if (incremental_marking_->WhiteToGreyAndPush(heap_object)) { in MarkObjectByPointer()
392 WhiteToGreyAndPush(map); in RetainMaps()
H A Dheap.cc6050 incremental_marking()->WhiteToGreyAndPush(heap_object); in RegisterExternallyReferencedObject()

Completed in 14 milliseconds