Home
last modified time | relevance | path

Searched refs:GetGCInfoIndex (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.cc33 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in Finalize()
40 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in GetName()
H A Dheap-object-header.h75 inline GCInfoIndex GetGCInfoIndex() const;
215 GCInfoIndex HeapObjectHeader::GetGCInfoIndex() const { in GetGCInfoIndex() function in cppgc::internal::HeapObjectHeader
305 return GetGCInfoIndex<mode>() == kFreeListGCInfoIndex; in IsFree()
309 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in IsFinalizable()
332 GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex<mode>()); in Trace()
H A Dtrace-trait.cc23 header.GetGCInfoIndex<AccessMode::kAtomic>()) in GetTraceDescriptor()
H A Dvisitor.cc89 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in VisitFullyConstructedConservatively()
H A Dremembered-set.cc69 GlobalGCInfoTable::GCInfoFromIndex(source_hoh->GetGCInfoIndex()).trace; in VisitRememberedSourceObjects()
H A Dmarking-state.h96 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in MarkAndPush()
416 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in DynamicallyMarkAddress()
H A Dheap-page.h308 DCHECK_NE(kFreeListGCInfoIndex, header->GetGCInfoIndex<mode>()); in ObjectHeaderFromInnerAddress()
H A Dheap-page.cc112 DCHECK_NE(kFreeListGCInfoIndex, header->GetGCInfoIndex()); in TryObjectHeaderFromInnerAddress()

Completed in 5 milliseconds