| Index: src/log.h
|
| ===================================================================
|
| --- src/log.h (revision 3890)
|
| +++ src/log.h (working copy)
|
| @@ -292,7 +292,7 @@
|
| // Logs all accessor callbacks found in the heap.
|
| static void LogAccessorCallbacks();
|
| // Used for logging stubs found in the snapshot.
|
| - static void LogCodeObject(Object* code_object);
|
| + static void LogCodeObjects();
|
|
|
| private:
|
|
|
| @@ -325,6 +325,9 @@
|
| // Emits the source code of a regexp. Used by regexp events.
|
| static void LogRegExpSource(Handle<JSRegExp> regexp);
|
|
|
| + // Used for logging stubs found in the snapshot.
|
| + static void LogCodeObject(Object* code_object);
|
| +
|
| // Emits a profiler tick event. Used by the profiler thread.
|
| static void TickEvent(TickSample* sample, bool overflow);
|
|
|
|
|