Home
last modified time | relevance | path

Searched refs:WriteBarrierForInConstructionObject (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dmarker.h116 inline void WriteBarrierForInConstructionObject(HeapObjectHeader&);
206 void MarkerBase::WriteBarrierForInConstructionObject(HeapObjectHeader& header) { in WriteBarrierForInConstructionObject() function
Dwrite-barrier.cc46 marker->WriteBarrierForInConstructionObject(header); in ProcessMarkValue()