Home
last modified time | relevance | path

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

/external/v8/src/heap/cppgc/
Dmarker.h92 inline void WriteBarrierForInConstructionObject(HeapObjectHeader&);
217 void MarkerBase::WriteBarrierForInConstructionObject(HeapObjectHeader& header) { in WriteBarrierForInConstructionObject() function
Dwrite-barrier.cc43 marker->WriteBarrierForInConstructionObject(header); in MarkValue()