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

Unified Diff: src/code-factory.h

Issue 2227493002: [turbofan] Add initial support for growing stores. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add comments. Created 4 years, 4 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/builtins-internal.cc ('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 f9caf4dd6ed07c8b2a64503dac27a604a07dbfe3..40b1ea447e9f49dc556dc4b4c1745c65434d2944 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -136,7 +136,9 @@ class CodeFactory final {
static Callable FastNewStrictArguments(Isolate* isolate,
bool skip_stub_frame = false);
- static Callable CopyFixedArray(Isolate* isolate);
+ static Callable CopyFastSmiOrObjectElements(Isolate* isolate);
+ static Callable GrowFastDoubleElements(Isolate* isolate);
+ static Callable GrowFastSmiOrObjectElements(Isolate* isolate);
static Callable AllocateHeapNumber(Isolate* isolate);
#define SIMD128_ALLOC(TYPE, Type, type, lane_count, lane_type) \
« no previous file with comments | « src/builtins/builtins-internal.cc ('k') | src/code-factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698