Index: src/serialize.h |
=================================================================== |
--- src/serialize.h (revision 5298) |
+++ src/serialize.h (working copy) |
@@ -448,6 +448,7 @@ |
void VisitPointers(Object** start, Object** end); |
void VisitExternalReferences(Address* start, Address* end); |
void VisitCodeTarget(RelocInfo* target); |
+ void VisitCodeEntry(Address entry_address); |
void VisitRuntimeEntry(RelocInfo* reloc); |
// Used for seralizing the external strings that hold the natives source. |
void VisitExternalAsciiString( |