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

Unified Diff: src/objects.h

Issue 441017: Make heap serialization nondestructive. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 1 month 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/objects-inl.h » ('j') | src/serialize.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
===================================================================
--- src/objects.h (revision 3358)
+++ src/objects.h (working copy)
@@ -830,16 +830,6 @@
// View this map word as a forwarding address.
inline HeapObject* ToForwardingAddress();
- // True if this map word is a serialization address. This will only be the
- // case during a destructive serialization of the heap.
- inline bool IsSerializationAddress();
-
- // Create a map word from a serialization address.
- static inline MapWord FromSerializationAddress(int raw);
-
- // View this map word as a serialization address.
- inline int ToSerializationAddress();
-
// Marking phase of full collection: the map word of live objects is
// marked, and may be marked as overflowed (eg, the object is live, its
// children have not been visited, and it does not fit in the marking
« no previous file with comments | « no previous file | src/objects-inl.h » ('j') | src/serialize.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698