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

Unified Diff: src/transitions.h

Issue 1513313003: Pretenure prototype transitions array. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « no previous file | src/transitions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/transitions.h
diff --git a/src/transitions.h b/src/transitions.h
index deda90ad6030786964d2753523b5351a24368df0..73aca7864ea363dd7d69911dea6dfa9332f61d08 100644
--- a/src/transitions.h
+++ b/src/transitions.h
@@ -119,9 +119,7 @@ class TransitionArray: public FixedArray {
int value);
inline FixedArray* GetPrototypeTransitions();
- inline void SetPrototypeTransitions(
- FixedArray* prototype_transitions,
- WriteBarrierMode mode = UPDATE_WRITE_BARRIER);
+ inline void SetPrototypeTransitions(FixedArray* prototype_transitions);
inline Object** GetPrototypeTransitionsSlot();
inline bool HasPrototypeTransitions();
« no previous file with comments | « no previous file | src/transitions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698