Home
last modified time | relevance | path

Searched refs:GCInfoFromIndex (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.h59 const GCInfo& GCInfoFromIndex(GCInfoIndex index) const { in GCInfoFromIndex() function in cppgc::internal::final
108 static const GCInfo& GCInfoFromIndex(GCInfoIndex index) { in GCInfoFromIndex() function in cppgc::internal::final
109 return Get().GCInfoFromIndex(index); in GCInfoFromIndex()
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 Dtrace-trait.cc22 GlobalGCInfoTable::GCInfoFromIndex( in GetTraceDescriptor()
H A Dvisitor.cc89 GlobalGCInfoTable::GCInfoFromIndex(header.GetGCInfoIndex()).trace}); in VisitFullyConstructedConservatively()
H A Dheap-object-header.h309 const GCInfo& gc_info = GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex()); in IsFinalizable()
332 GlobalGCInfoTable::GCInfoFromIndex(GetGCInfoIndex<mode>()); in Trace()
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()

Completed in 4 milliseconds