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

Unified Diff: src/objects.h

Issue 2220673002: [stubs] Cleanup FixedArray copying builtin (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merge with latest 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 2a248b7d9134f77e001bdac44d9a7887b6c33214..d8e17638ff2617aba1c353044912fcfba7e1abb7 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2663,6 +2663,8 @@ class FixedArrayBase: public HeapObject {
DECLARE_CAST(FixedArrayBase)
+ static int GetMaxLengthForNewSpaceAllocation(ElementsKind kind);
+
// Layout description.
// Length is smi tagged when it is stored.
static const int kLengthOffset = HeapObject::kHeaderSize;

Powered by Google App Engine
This is Rietveld 408576698