Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: src/external-reference-table.h

Issue 2155633002: [builtins] remove redundant builtins lists. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: attempt to fix gc mole Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/builtins/x87/builtins-x87.cc ('k') | src/external-reference-table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/external-reference-table.h
diff --git a/src/external-reference-table.h b/src/external-reference-table.h
index 2ea4b14cf31cfe739d1f2f7cbe9cc44275e6a945..dc30dabd7c7daf9d5d009ae908f66ef324f1f271 100644
--- a/src/external-reference-table.h
+++ b/src/external-reference-table.h
@@ -40,6 +40,16 @@ class ExternalReferenceTable {
refs_.Add(entry);
}
+ void AddReferences(Isolate* isolate);
+ void AddBuiltins(Isolate* isolate);
+ void AddRuntimeFunctions(Isolate* isolate);
+ void AddStatCounters(Isolate* isolate);
+ void AddIsolateAddresses(Isolate* isolate);
+ void AddAccessors(Isolate* isolate);
+ void AddStubCache(Isolate* isolate);
+ void AddDeoptEntries(Isolate* isolate);
+ void AddApiReferences(Isolate* isolate);
+
List<ExternalReferenceEntry> refs_;
DISALLOW_COPY_AND_ASSIGN(ExternalReferenceTable);
« no previous file with comments | « src/builtins/x87/builtins-x87.cc ('k') | src/external-reference-table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698