Searched refs:IsInConstruction (Results 1 – 7 of 7) sorted by relevance
186 if (header.IsInConstruction<AccessMode::kAtomic>()) { in MarkAndPush()212 DCHECK(!header.IsInConstruction<AccessMode::kAtomic>()); in PushMarked()250 if (header.IsInConstruction<AccessMode::kAtomic>()) { in ProcessWeakContainer()335 DCHECK(!header.IsInConstruction()); in DynamicallyMarkAddress()351 DCHECK_IMPLIES(header.IsInConstruction(), header.IsMarked()); in InvokeWeakRootsCallbackIfNeeded()410 DCHECK(!header.IsInConstruction<mode>()); in DynamicallyTraceMarkedObject()
79 bool IsInConstruction() const;171 DCHECK(IsInConstruction()); in HeapObjectHeader()210 bool HeapObjectHeader::IsInConstruction() const { in IsInConstruction() function
37 if (V8_UNLIKELY(header.IsInConstruction<AccessMode::kNonAtomic>())) { in MarkValue()
71 if (!header.IsInConstruction<AccessMode::kNonAtomic>()) { in TraceConservativelyIfNeeded()
64 if (!header->IsInConstruction()) { in VisitHeapObjectHeader()
70 DCHECK(!header.IsInConstruction<AccessMode::kNonAtomic>()); in VisitRememberedSlots()393 DCHECK(!header.IsInConstruction<AccessMode::kNonAtomic>()); in ProcessWorklistsWithDeadline()
124 DCHECK(!header.IsInConstruction<AccessMode::kAtomic>()); in ProcessWorklists()