Home
last modified time | relevance | path

Searched refs:global_table_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.h105 static GCInfoTable& GetMutable() { return *global_table_; } in GetMutable()
106 static const GCInfoTable& Get() { return *global_table_; } in Get()
114 static GCInfoTable* global_table_; member in cppgc::internal::final
H A Dgc-info-table.cc46 GCInfoTable* GlobalGCInfoTable::global_table_ = nullptr;
54 if (!global_table_) { in Initialize()
55 global_table_ = table.get(); in Initialize()
57 CHECK_EQ(page_allocator, global_table_->allocator()); in Initialize()

Completed in 1 milliseconds