Chromium Code Reviews

Unified Diff: src/code-factory.h

Issue 2829093004: [turbofan] Avoid going through ArgumentsAdaptorTrampoline for CSA/C++ builtins (Closed)
Patch Set: Add other files again Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/builtins/builtins-definitions.h ('k') | src/code-factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-factory.h
diff --git a/src/code-factory.h b/src/code-factory.h
index e5653b823d513368a8b7d806db1d178f98d5c552..844d4372a6c1dec9c9ec4ffb8ace7fb317af1554 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -183,13 +183,6 @@ class V8_EXPORT_PRIVATE CodeFactory final {
static Callable ArrayConstructor(Isolate* isolate);
static Callable ArrayPush(Isolate* isolate);
- static Callable ArrayFilterLoopContinuation(Isolate* isolate);
- static Callable ArrayMapLoopContinuation(Isolate* isolate);
- static Callable ArrayForEachLoopContinuation(Isolate* isolate);
- static Callable ArraySomeLoopContinuation(Isolate* isolate);
- static Callable ArrayEveryLoopContinuation(Isolate* isolate);
- static Callable ArrayReduceLoopContinuation(Isolate* isolate);
- static Callable ArrayReduceRightLoopContinuation(Isolate* isolate);
static Callable FunctionPrototypeBind(Isolate* isolate);
static Callable PromiseHandleReject(Isolate* isolate);
« no previous file with comments | « src/builtins/builtins-definitions.h ('k') | src/code-factory.cc » ('j') | no next file with comments »

Powered by Google App Engine