Lines Matching refs:GCInfoTable
30 class V8_EXPORT GCInfoTable final {
52 explicit GCInfoTable(PageAllocator* page_allocator);
53 ~GCInfoTable();
54 GCInfoTable(const GCInfoTable&) = delete;
55 GCInfoTable& operator=(const GCInfoTable&) = delete;
105 static GCInfoTable& GetMutable() { return *global_table_; }
106 static const GCInfoTable& Get() { return *global_table_; }
114 static GCInfoTable* global_table_;