Home
last modified time | relevance | path

Searched refs:GetGCInfoIndex (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/cppgc/
Dheap-object-header.cc24 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in Finalize()
31 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in GetName()
36 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in Trace()
Dheap-object-header.h69 inline GCInfoIndex GetGCInfoIndex() const;
183 GCInfoIndex HeapObjectHeader::GetGCInfoIndex() const { in GetGCInfoIndex() function
252 return GetGCInfoIndex<mode>() == kFreeListGCInfoIndex; in IsFree()
256 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in IsFinalizable()
Dmarking-state.h206 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in MarkAndPush()
328 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in PushMarkedWeakContainer()
339 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in DynamicallyMarkAddress()
413 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex<mode>()); in DynamicallyTraceMarkedObject()
Dtrace-trait.cc21 header.GetGCInfoIndex<AccessMode::kAtomic>()) in GetTraceDescriptor()
Dvisitor.cc83 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in VisitFullyConstructedConservatively()
Dheap-page.cc97 DCHECK_NE(kFreeListGCInfoIndex, header->GetGCInfoIndex()); in TryObjectHeaderFromInnerAddress()
Dheap-page.h271 DCHECK_NE(kFreeListGCInfoIndex, header->GetGCInfoIndex()); in ObjectHeaderFromInnerAddress()